Skip to content

Commit

Permalink
cicd: also push bleeding image on git tags (#122)
Browse files Browse the repository at this point in the history
Co-authored-by: very-doge-wow <[email protected]>
  • Loading branch information
very-doge-wow and very-doge-wow authored Oct 19, 2024
1 parent 73de513 commit ccaaf0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ jobs:
docker push ghcr.io/${{ github.repository }}:${{ github.ref_name }}
docker tag ghcr.io/${{ github.repository }}:${{ github.ref_name }} ghcr.io/${{ github.repository }}:latest
docker push ghcr.io/${{ github.repository }}:latest
docker tag ghcr.io/${{ github.repository }}:${{ github.ref_name }} ghcr.io/${{ github.repository }}:bleeding
docker push ghcr.io/${{ github.repository }}:bleeding

0 comments on commit ccaaf0b

Please sign in to comment.