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

This commit is contained in:
artem 2024-01-08 18:05:16 +03:00
parent 20253c3b51
commit 957dedc29d
1 changed files with 2 additions and 1 deletions

View File

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