Skip to content

Commit

Permalink
build: Also push intermediate builder images
Browse files Browse the repository at this point in the history
  • Loading branch information
Dav1dde committed Jan 17, 2025
1 parent 93ad048 commit 2139631
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,11 @@ jobs:
.
- name: push all images
if: github.event_name != 'pull_request'
run: docker push "$IMG_VERSIONED"

if: "needs.build-setup.outputs.full_ci == 'true'"
run: |
docker push "$BUILDER_IMG_CACHE"
docker push "$NIGHTLY_IMG_CACHE"
docker push "$IMG_VERSIONED"
assemble:
needs: build-image
Expand Down

0 comments on commit 2139631

Please sign in to comment.