Skip to content

Commit 2ed60e9

Browse files
committed
cappy test lol p3
1 parent ce99777 commit 2ed60e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/bootc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
4848
- name: Build and push architecture images
4949
run: |
50-
podman build \
50+
sudo podman build \
5151
--platform "$BUILD_PLATFORM" \
5252
--layers=true \
5353
-f "${BUILD_CONTEXT}/Containerfile" \
@@ -62,7 +62,7 @@ jobs:
6262
# if: github.event_name != 'pull_request'
6363
id: push
6464
run: |
65-
podman push "$IMAGE_TAG"
65+
sudo podman push "$IMAGE_TAG"
6666
6767
- name: Upload matrix outputs
6868
uses: cloudposse/github-action-matrix-outputs-write@v1

0 commit comments

Comments
 (0)