1
0
Fork 0

Fix podman-login workaround
Some checks failed
/ Build oci-builder ver4a-compat (push) Failing after 45s

This commit is contained in:
ver4a 2025-04-15 14:27:31 +02:00
parent c618896d2d
commit 38c350e22b

View file

@ -21,7 +21,7 @@ RUN mkdir /.config && chown 65534:65534 /.config
RUN mkdir /builder /builder/.config && chown -R 65534:65534 /builder RUN mkdir /builder /builder/.config && chown -R 65534:65534 /builder
# This works around https://github.com/redhat-actions/podman-login/pull/43, until this PR is merged at least # This works around https://github.com/redhat-actions/podman-login/pull/43, until this PR is merged at least
RUN mkdir /builder/.docker RUN mkdir /builder/.docker && touch /builder/.docker/config.json
WORKDIR /builder WORKDIR /builder