We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c909b2b commit 4018e07Copy full SHA for 4018e07
.github/workflows/publish.yaml
@@ -61,7 +61,7 @@ jobs:
61
# echo "${{ secrets.quay_password }}" | cosign login -u ${{ secrets.quay_username }} --password-stdin quay.io
62
- name: Build images and push
63
run: ./scripts/push-docker-image.sh
64
- with:
+ env:
65
IMAGE_OPERATOR: archway-network/prometheus-operator
66
IMAGE_RELOADER: archway-network/prometheus-config-reloader
67
IMAGE_WEBHOOK: archway-network/admission-webhook
0 commit comments