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 adcb500 commit 80f660aCopy full SHA for 80f660a
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-cron"
+ IMAGE_NAME="ghcr.io/${{ github.repository_owner }}/contracts-automaton-actions"
31
IMAGE_NAME="$(echo "${IMAGE_NAME}" | tr '[:upper:]' '[:lower:]')"
32
echo "image_name=${IMAGE_NAME}" >> "${GITHUB_OUTPUT}"
33
0 commit comments