We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b483d6 commit cfedfa2Copy full SHA for cfedfa2
.github/workflows/release-image.yml
@@ -80,7 +80,7 @@ jobs:
80
CERTIFIED_TAG: ${{ github.event.inputs.version }}-certified
81
DOCKER_IMAGE_URL: mongodb/mongodb-atlas-kubernetes-operator:${{ github.event.inputs.version }}
82
QUAY_IMAGE_URL: quay.io/mongodb/mongodb-atlas-kubernetes-operator:${{ github.event.inputs.version }}
83
- QUAY_CERTIFIED_IMAGE_URL: quay.io/mongodb/mongodb-atlas-kubernetes-operator:certified-${{ github.event.inputs.version }}
+ QUAY_CERTIFIED_IMAGE_URL: quay.io/mongodb/mongodb-atlas-kubernetes-operator:${{ github.event.inputs.version }}-certified
84
steps:
85
- name: Checkout code
86
uses: actions/checkout@v4
0 commit comments