образ для сборки
This commit is contained in:
parent
84fa1923df
commit
20253c3b51
|
|
@ -8,16 +8,17 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: docker:23.0.6-dind
|
image: docker:23.0.6-dind
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- run: echo ${{ secrets.DOCKER_PASSWORD }} | docker login gitea.webart-tech.ru --username ${{ secrets.DOCKER_USERNAME }} --password-stdin
|
||||||
uses: actions/checkout@v2 # Required to mount the Github Workspace to a volume
|
# - name: Checkout
|
||||||
- name: Login to Docker Hub
|
# uses: actions/checkout@v2 # Required to mount the Github Workspace to a volume
|
||||||
uses: https://github.com/docker/login-action@v3
|
# - name: Login to Docker Hub
|
||||||
with:
|
# uses: https://github.com/docker/login-action@v3
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
# with:
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
# username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
registry: gitea.webart-tech.ru
|
# password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
- name: Build and push
|
# registry: gitea.webart-tech.ru
|
||||||
uses: https://github.com/docker/build-push-action@v5
|
# - name: Build and push
|
||||||
with:
|
# uses: https://github.com/docker/build-push-action@v5
|
||||||
push: true
|
# with:
|
||||||
tags: platformer:${{ gitea.sha }}
|
# push: true
|
||||||
|
# tags: platformer:${{ gitea.sha }}
|
||||||
Loading…
Reference in New Issue