Skip to content

Commit 4d79c02

Browse files
authored
Update action.yml (#1005)
1 parent 670f837 commit 4d79c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/process-image/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ runs:
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

0 commit comments

Comments
 (0)