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

This commit is contained in:
artem 2024-01-08 18:07:57 +03:00
parent a3e71828b2
commit 4897ad01da
1 changed files with 1 additions and 1 deletions

View File

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