Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ jobs:
push: true
tags: ghcr.io/apple/container-builder-shim/builder:${{ inputs.version }}
- name: Build image to tar
if: ${{ inputs.publish }} != true
if: ${{ !inputs.publish }}
uses: docker/build-push-action@v6
with:
platforms: linux/arm64
push: false
tags: ghcr.io/apple/container-builder-shim/builder:${{ inputs.version }}
outputs: type=oci,dest=container-builder-shim.tar
- name: Save artifacts
if: ${{ inputs.publish }} != true
if: ${{ !inputs.publish }}
uses: actions/upload-artifact@v4
with:
name: container-builder-shim
Expand Down
Loading