Skip to content

Commit 837227a

Browse files
Merge pull request #26 from PythonGermany/PythonGermany-patch-1
Update docker-ci.yml
2 parents ebd2df2 + af1b0b2 commit 837227a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
if: ${{ github.event_name != 'pull_request' }}
9292
env:
9393
# https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#using-an-intermediate-environment-variable
94-
TAGS: ${{ steps.meta.outputs.tags }}
94+
TAGS: docker.io/pythongermany/webserv:latest
9595
DIGEST: ${{ steps.build-and-push.outputs.digest }}
9696
# This step uses the identity token to provision an ephemeral certificate
9797
# against the sigstore community Fulcio instance.

0 commit comments

Comments
 (0)