Skip to content

Commit

Permalink
Merge pull request #156 from gerlero/actions
Browse files Browse the repository at this point in the history
Update Docker workflow
  • Loading branch information
gerlero authored Sep 6, 2024
2 parents ad53654 + 3b2b154 commit 376755f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
images: ${{ env.IMAGES }}
tags: |
type=semver,pattern={{version}}
type=pep440,pattern={{version}}
type=raw,value=latest,enable={{is_default_branch}}
flavor: latest=false
- name: Docker meta (slim)
Expand All @@ -55,7 +55,7 @@ jobs:
with:
images: ${{ env.IMAGES }}
tags: |
type=semver,pattern={{version}}-slim
type=pep440,pattern={{version}}-slim
type=raw,value=slim,enable={{is_default_branch}}
flavor: latest=false
- name: Login to GitHub Container Registry
Expand Down

0 comments on commit 376755f

Please sign in to comment.