Skip to content

Commit

Permalink
create new image with tag matching release
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper authored Jan 14, 2025
1 parent 95eed67 commit 70ae63d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
${{ env.DOCKER_ORG }}/${{ matrix.image }}
ghcr.io/${{ github.repository_owner }}/${{ matrix.image }}
tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=pep440,pattern={{version}}
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' }}
type=raw,value=${{ github.ref_name }},enable=${{ startsWith(github.ref, 'refs/tags/') }}
- name: Build and push
uses: docker/[email protected]
Expand Down

0 comments on commit 70ae63d

Please sign in to comment.