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 4216e35
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,10 @@ jobs:
- name: push all images
if: github.event_name != 'pull_request'
run: docker push "$IMG_VERSIONED"

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 4216e35

Please sign in to comment.