fix (?) workflow
This commit is contained in:
parent
d6b8eebd65
commit
87fee2bb52
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ jobs:
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
if: steps.compare.outputs.update == 'true'
|
if: steps.compare.outputs.update == 'true'
|
||||||
run: |
|
run: |
|
||||||
|
rc-service docker start
|
||||||
docker build -t melody/docker-test:latest .
|
docker build -t melody/docker-test:latest .
|
||||||
echo "${{ secrets.DOCKER_PASSWORD }}" | docker login git.shork.ch -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
|
echo "${{ secrets.DOCKER_PASSWORD }}" | docker login git.shork.ch -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
|
||||||
docker push git.shork.ch/melody/docker-test:latest
|
docker push git.shork.ch/melody/docker-test:latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue