Skip to content

Commit

Permalink
create new image with tag matching release (#843)
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper authored Jan 14, 2025
1 parent 95eed67 commit de708d1
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/build-push-action@v2.7.0
Expand Down

0 comments on commit de708d1

Please sign in to comment.