We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce99777 commit 2ed60e9Copy full SHA for 2ed60e9
1 file changed
.github/workflows/bootc.yaml
@@ -47,7 +47,7 @@ jobs:
47
48
- name: Build and push architecture images
49
run: |
50
- podman build \
+ sudo podman build \
51
--platform "$BUILD_PLATFORM" \
52
--layers=true \
53
-f "${BUILD_CONTEXT}/Containerfile" \
@@ -62,7 +62,7 @@ jobs:
62
# if: github.event_name != 'pull_request'
63
id: push
64
65
- podman push "$IMAGE_TAG"
+ sudo podman push "$IMAGE_TAG"
66
67
- name: Upload matrix outputs
68
uses: cloudposse/github-action-matrix-outputs-write@v1
0 commit comments