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 892ceac commit d804410
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file Dockerfile --tag dualhgt:latest # $(date +%s)
run: |
docker build --tag 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 d804410

Please sign in to comment.