Skip to content

Commit

Permalink
cicd: push to bleeding tag for main and only push latest on tags (#101)
Browse files Browse the repository at this point in the history
Co-authored-by: fabianfgross <[email protected]>
  • Loading branch information
very-doge-wow and fabianfgross authored Jun 4, 2024
1 parent 78ecd32 commit 28ddae8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
run: |
docker build \
--build-arg="COMMIT_SHA=${{ github.sha }}"\
--build-arg="IMAGE_VERSION=latest" \
-t ghcr.io/${{ github.repository }}:latest .
docker push ghcr.io/${{ github.repository }}:latest
--build-arg="IMAGE_VERSION=bleeding" \
-t ghcr.io/${{ github.repository }}:bleeding .
docker push ghcr.io/${{ github.repository }}:bleeding

0 comments on commit 28ddae8

Please sign in to comment.