Skip to content

Commit

Permalink
fix tag sha
Browse files Browse the repository at this point in the history
  • Loading branch information
haithembelhaj committed Jan 25, 2024
1 parent c37eb31 commit 9775b98
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 @@ -25,7 +25,7 @@ jobs:
context: .
push: true
target: production
tags: konekto/kronos:${{github.event.head_commit.timestamp}}
tags: konekto/kronos:${{env.GITHUB_SHA}}
- name: Build and push tagged latest
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 9775b98

Please sign in to comment.