Skip to content

Commit

Permalink
Tag & push all docker images as 'unstable' instead of 'latest'
Browse files Browse the repository at this point in the history
Latest should only refer to the latest released.
  • Loading branch information
ch1bo committed Oct 27, 2022
1 parent eaa82bf commit 98158f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
images: |
ghcr.io/${{ github.repository_owner }}/${{ matrix.target }}
tags: |
latest
unstable
type=semver,pattern={{version}}
- name: 🔨 Build and maybe push
Expand Down

0 comments on commit 98158f6

Please sign in to comment.