Skip to content

Commit

Permalink
fix/build: fixed ":latest" tag being added to beta image (part un-et-…
Browse files Browse the repository at this point in the history
…demi)
  • Loading branch information
fetzu committed Aug 10, 2024
1 parent b633d7a commit ec5bf9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
tags: |
type=semver,pattern={{version}}
type=raw,value=beta
flavor: |
latest=false
- name: Build and push Docker image with 'alpha' tag
if: github.ref == 'refs/heads/main'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build_beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
tags: |
type=semver,pattern={{version}}
type=raw,value=beta
flavor: |
latest=false
- name: Build and push Docker images for pre-releases (:beta)
uses: docker/build-push-action@v6
Expand Down

0 comments on commit ec5bf9c

Please sign in to comment.