aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/forms-backend.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/forms-backend.yml b/.github/workflows/forms-backend.yml
index d8e3134..ecf48f9 100644
--- a/.github/workflows/forms-backend.yml
+++ b/.github/workflows/forms-backend.yml
@@ -87,7 +87,7 @@ jobs:
cache-to: type=inline
tags: |
ghcr.io/python-discord/forms-backend:latest
- ghcr.io/python-discord/forms-backend:${{ steps.sha_tag.outputs.sha_tag }}
+ ghcr.io/python-discord/forms-backend:${{ steps.sha_tag.outputs.sha-tag }}
build-args: |
git_sha=${{ github.sha }}
@@ -121,4 +121,4 @@ jobs:
namespace: forms
manifests: |
deployment.yaml
- images: "ghcr.io/python-discord/forms-backend:${{ steps.sha_tag.outputs.sha_tag }}"
+ images: "ghcr.io/python-discord/forms-backend:${{ steps.sha_tag.outputs.sha-tag }}"