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.
2 parents ebd2df2 + af1b0b2 commit 837227aCopy full SHA for 837227a
.github/workflows/docker-ci.yml
@@ -91,7 +91,7 @@ jobs:
91
if: ${{ github.event_name != 'pull_request' }}
92
env:
93
# https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#using-an-intermediate-environment-variable
94
- TAGS: ${{ steps.meta.outputs.tags }}
+ TAGS: docker.io/pythongermany/webserv:latest
95
DIGEST: ${{ steps.build-and-push.outputs.digest }}
96
# This step uses the identity token to provision an ephemeral certificate
97
# against the sigstore community Fulcio instance.
0 commit comments