Skip to content

Commit

Permalink
fix latest tag being paired with suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
Southclaws committed Dec 12, 2023
1 parent 888464a commit 7013a0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
with:
flavor: |
latest=auto
suffix=-${{ env.IMAGE_KIND }},onlatest=true
suffix=-${{ env.IMAGE_KIND }},onlatest=false
tags: |
type=sha
type=edge,branch=main
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/docker-build-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
with:
flavor: |
latest=auto
suffix=-${{ env.IMAGE_KIND }},onlatest=true
suffix=-${{ env.IMAGE_KIND }},onlatest=false
tags: |
type=sha
type=edge,branch=main
Expand Down

1 comment on commit 7013a0a

@vercel
Copy link

@vercel vercel bot commented on 7013a0a Dec 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.