образ для сборки
This commit is contained in:
parent
20253c3b51
commit
957dedc29d
|
|
@ -8,7 +8,8 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: docker:23.0.6-dind
|
image: docker:23.0.6-dind
|
||||||
steps:
|
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
|
# - 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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue