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 80f660a commit 0371df6Copy full SHA for 0371df6
1 file changed
.github/workflows/contracts-cron-image.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Prepare image metadata
28
id: prep
29
run: |
30
- IMAGE_NAME="ghcr.io/${{ github.repository_owner }}/contracts-automaton-actions"
+ IMAGE_NAME="ghcr.io/${{ github.repository_owner }}/contracts-automaton-prod"
31
IMAGE_NAME="$(echo "${IMAGE_NAME}" | tr '[:upper:]' '[:lower:]')"
32
echo "image_name=${IMAGE_NAME}" >> "${GITHUB_OUTPUT}"
33
0 commit comments