Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cl3mente authored Jun 19, 2024
1 parent 382ab73 commit 488a132
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 @@ -24,6 +24,6 @@ jobs:
password: ${{ secrets.DOCKER_TOKEN }}
- name: Push the Docker image
run: |
docker push cl3mente/dualhgt:latest
docker push dualhgt:latest
docker push dualhgt:$(date +%s)
docker push dualhgt:${{ github.sha }}

0 comments on commit 488a132

Please sign in to comment.