Skip to content

Commit

Permalink
Add: adding tags to ghcr.io image
Browse files Browse the repository at this point in the history
  • Loading branch information
Balou9 authored Aug 29, 2024
1 parent 18e5c19 commit 264ae39
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ jobs:
type=ref,event=tag
# set edge for default branch
type=edge
# when a new git tag is created set stable and a latest tags
type=raw,value=latest,enable=${{ steps.latest.outputs.is-latest-tag == 'true' }}
type=raw,value=stable,enable=${{ steps.latest.outputs.is-latest-tag == 'true' }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
Expand Down

0 comments on commit 264ae39

Please sign in to comment.