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 d804410 commit 88897d6
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 @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- name: Build the Docker image
run: |
docker build --tag cl3mente/dualhgt:latest -t cl3mente/dualhgt:${{ github.sha }}. # $(date +%s)
docker build -t cl3mente/dualhgt:latest -t cl3mente/dualhgt:${{ github.sha }} . # $(date +%s)
-
name: Login to Docker Hub
uses: docker/login-action@v3
Expand Down

0 comments on commit 88897d6

Please sign in to comment.