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 75e58de commit bb3b331Copy full SHA for bb3b331
.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.sha_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.sha_tag }}"
+ images: "ghcr.io/python-discord/forms-backend:${{ steps.sha_tag.outputs.sha-tag }}"
0 commit comments