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 488a132 commit 892ceac
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@ jobs:
password: ${{ secrets.DOCKER_TOKEN }}
- name: Push the Docker image
run: |
docker push dualhgt:latest
docker push dualhgt:$(date +%s)
docker push dualhgt:${{ github.sha }}
docker push cl3mente/dualhgt:latest # docker push dualhgt:$(date +%s)
docker push cl3mente/dualhgt:${{ github.sha }}

0 comments on commit 892ceac

Please sign in to comment.