Skip to content

Commit

Permalink
chore: Update Docker workflow to use specific Docker image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kdcllc committed Jun 4, 2024
1 parent 3871c63 commit a8b5324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: kdcllc/tokenflow:latest
images: kdcllc/tokenflow
tags: |
type=sha,format=short,prefix= # Add the short SHA as a tag
Expand Down

0 comments on commit a8b5324

Please sign in to comment.