Skip to content

Commit bb3b331

Browse files
committed
Reference the correct env var in CI
1 parent 75e58de commit bb3b331

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/forms-backend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
cache-to: type=inline
8888
tags: |
8989
ghcr.io/python-discord/forms-backend:latest
90-
ghcr.io/python-discord/forms-backend:${{ steps.sha_tag.outputs.sha_tag }}
90+
ghcr.io/python-discord/forms-backend:${{ steps.sha_tag.outputs.sha-tag }}
9191
build-args: |
9292
git_sha=${{ github.sha }}
9393
@@ -121,4 +121,4 @@ jobs:
121121
namespace: forms
122122
manifests: |
123123
deployment.yaml
124-
images: "ghcr.io/python-discord/forms-backend:${{ steps.sha_tag.outputs.sha_tag }}"
124+
images: "ghcr.io/python-discord/forms-backend:${{ steps.sha_tag.outputs.sha-tag }}"

0 commit comments

Comments
 (0)