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 7003158 commit 75e58deCopy full SHA for 75e58de
.github/workflows/forms-backend.yml
@@ -87,7 +87,7 @@ jobs:
87
cache-to: type=inline
88
tags: |
89
ghcr.io/python-discord/forms-backend:latest
90
- ghcr.io/python-discord/forms-backend:${{ steps.sha_tag.outputs.tag }}
+ ghcr.io/python-discord/forms-backend:${{ steps.sha_tag.outputs.sha_tag }}
91
build-args: |
92
git_sha=${{ github.sha }}
93
@@ -121,4 +121,4 @@ jobs:
121
namespace: forms
122
manifests: |
123
deployment.yaml
124
- images: "ghcr.io/python-discord/forms-backend:${{ steps.sha_tag.outputs.tag }}"
+ images: "ghcr.io/python-discord/forms-backend:${{ steps.sha_tag.outputs.sha_tag }}"
0 commit comments