Skip to content

Commit

Permalink
Merge pull request #6 from synapsestudios/fix-tag-name-merge-workflow
Browse files Browse the repository at this point in the history
fix tag name output call and add latest tag
  • Loading branch information
dragonfleas authored Feb 27, 2024
2 parents 4d2ccc1 + da118cd commit 63aad67
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,8 @@ jobs:
with:
context: ${{ matrix.image_folder }}/.
push: true
tags: ghcr.io/${{ github.repository_owner }}/${{ steps.set_image_name.outputs }}:${{ github.sha }}
tags: |
ghcr.io/${{ github.repository_owner }}/${{ steps.set_image_name.outputs.image_name }}:${{ github.sha }}
ghcr.io/${{ github.repository_owner }}/${{ steps.set_image_name.outputs.image_name }}:latest
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 63aad67

Please sign in to comment.