Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit ad2d98d

Browse files
authored
Fix the image push (#54)
1 parent 911b9e9 commit ad2d98d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141

142142
- name: (if on main and upstream) Push the newly built image to Quay.io
143143
if: ${{ github.ref == 'refs/heads/main' && github.repository_owner == 'test-network-function' }}
144-
run: docker push ${REGISTRY}/${TNF_IMAGE_NAME}:${OPERATOR_IMAGE_TAG}
144+
run: docker push ${REGISTRY}/${OPERATOR_IMAGE_NAME}:${OPERATOR_IMAGE_TAG}
145145

146146
- name: Upload container test results as an artifact
147147
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)