mirror of
https://github.com/dcarrillo/whatismyip.git
synced 2024-12-22 12:08:00 +00:00
Fix workflow when pushing artifact to Dockerhub
This commit is contained in:
parent
255660374f
commit
7d2209d390
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -39,4 +39,4 @@ jobs:
|
|||||||
run: echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login -u ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin
|
run: echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login -u ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin
|
||||||
|
|
||||||
- name: Deploy image
|
- name: Deploy image
|
||||||
run: make docker-build VERSION=$RELEASE_VERSION
|
run: make docker-push VERSION=$RELEASE_VERSION
|
||||||
|
Loading…
Reference in New Issue
Block a user