File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
.github/actions/process-image Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 39
39
LABEL org.opencontainers.image.description="${{ inputs.description }}"
40
40
LABEL org.opencontainers.image.name="${{ inputs.dst_image }}"
41
41
LABEL org.opencontainers.image.version="${{ env.date }}"
42
- RUN (${{ inputs.pkg_command }} update --refresh --nodocs --best || ${{ inputs.pkg_command }} update --refresh --nodocs --nobest) && ${{ inputs.pkg_command }} clean all
42
+ RUN (${{ inputs.pkg_command }} update --refresh --nodocs --best -y || ${{ inputs.pkg_command }} update --refresh --nodocs --nobest -y ) && ${{ inputs.pkg_command }} clean all
43
43
#RUN echo "Testing Update Functionality" > /image_digest
44
44
RUN rpm -qa | sort | sha256sum | awk '{print $1}' > /image_digest
45
45
EOF
You can’t perform that action at this time.
0 commit comments