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 7814f2a commit 1014578
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/github-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,12 @@ jobs:
with:
# list of Docker images to use as base name for tags
images: |
ghcr.io/smartmon
# generate Docker tags based on the following events/attributes
ghcr.io/micha37-martins/smartmon
tags: |
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
# type=sha
- name: Checkout code
uses: actions/checkout@v3.6.0
Expand Down

0 comments on commit 1014578

Please sign in to comment.