Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
keski authored Oct 3, 2024
1 parent f74b031 commit 377170b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
cd hefquin-docker/
docker build -t ghcr.io/liusemweb/hefquin:latest .
# Get the tags for the current commit and add to image
echo "Find tags"
tags=$(git tag --points-at HEAD)
for tag in $tags; do
echo "Adding tag: " $tag
Expand Down

0 comments on commit 377170b

Please sign in to comment.