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 3939 LABEL org.opencontainers.image.description="${{ inputs.description }}"
4040 LABEL org.opencontainers.image.name="${{ inputs.dst_image }}"
4141 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
4343 #RUN echo "Testing Update Functionality" > /image_digest
4444 RUN rpm -qa | sort | sha256sum | awk '{print $1}' > /image_digest
4545 EOF
You can’t perform that action at this time.
0 commit comments