Skip to content

Commit

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

0 comments on commit b633d7a

Please sign in to comment.