образ для сборки

This commit is contained in:
artem 2024-01-08 18:06:20 +03:00
parent 957dedc29d
commit a3e71828b2
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ jobs:
image: docker:23.0.6-dind image: docker:23.0.6-dind
steps: steps:
- name: login - name: login
run: echo ${{ secrets.DOCKER_PASSWORD }} | docker login gitea.webart-tech.ru --username ${{ secrets.DOCKER_USERNAME }} --password-stdin run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login gitea.webart-tech.ru --username ${{ secrets.DOCKER_USERNAME }} --password-stdin
# - name: Checkout # - name: Checkout
# uses: actions/checkout@v2 # Required to mount the Github Workspace to a volume # uses: actions/checkout@v2 # Required to mount the Github Workspace to a volume
# - name: Login to Docker Hub # - name: Login to Docker Hub