File tree 2 files changed +11
-0
lines changed
2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 73
73
run : |
74
74
buildah unshare ./build.sh
75
75
76
+ # Workaround for https://github.com/redhat-actions/push-to-registry/issues/66
77
+ - name : Delete base image
78
+ if : ${{ env.BUILD_ACTION != '' }}
79
+ run : |
80
+ podman rmi "$(. ./container.env ; echo "$BASE_IMAGE")"
81
+
76
82
- name : Container image metadata
77
83
run : |
78
84
"$CI_TOOLS_PATH/containers/get-metadata.sh" "$REGISTRY/$OWNER" "$IMAGE:latest"
Original file line number Diff line number Diff line change 60
60
run : |
61
61
buildah unshare ./build.sh
62
62
63
+ # Workaround for https://github.com/redhat-actions/push-to-registry/issues/66
64
+ - name : Delete base image
65
+ run : |
66
+ podman rmi "$(. ./container.env ; echo "$BASE_IMAGE")"
67
+
63
68
- name : Container image metadata
64
69
run : |
65
70
podman image inspect "localhost/$IMAGE:${TAGS%% *}"
You can’t perform that action at this time.
0 commit comments