Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentberry authored Jan 3, 2024
1 parent 3b7827f commit 98c3876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
run: docker build . --file Dockerfile --tag vincentberry/ddns-online-scaleway:$(date +%s)

- name: Docker Push
run: docker push vincentberry/ddns-online-scaleway:$(date +%s)
run: docker push --all-tags vincentberry/ddns-online-scaleway


0 comments on commit 98c3876

Please sign in to comment.