образ для сборки
This commit is contained in:
parent
957dedc29d
commit
a3e71828b2
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue