We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e453219 commit 184c52fCopy full SHA for 184c52f
1 file changed
.github/workflows/qcom-container-build-and-upload.yml
@@ -91,6 +91,6 @@ jobs:
91
if: ${{ github.event_name == 'schedule' || github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
92
shell: bash
93
run: |
94
- for image in $(docker image ls | grep -oiE "ghcr.io/${{env.QCOM_ORG_NAME}}/${{env.IMAGE_NAME}}:(fedora|rhel|redhat|centos)\.[^\s]*"; do
+ for image in $(docker image ls | grep -oiE "ghcr.io/${{env.QCOM_ORG_NAME}}/${{env.IMAGE_NAME}}:(fedora|rhel|redhat|centos)\.[^\s]*"); do
95
docker push ${image}
96
done
0 commit comments