Skip to content

Commit

Permalink
chore: add tag to ghcr package
Browse files Browse the repository at this point in the history
  • Loading branch information
micha37-martins committed Sep 12, 2024
1 parent d1290a1 commit e81e78f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/github-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,6 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/${{ github.repository_owner }}/smartmon:latest
tags: |
ghcr.io/${{ github.repository_owner }}/smartmon:latest
ghcr.io/${{ github.repository_owner }}/smartmon:${{ steps.latest_tag.outputs.tag }}

0 comments on commit e81e78f

Please sign in to comment.