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 92f64ae commit 97c2f74Copy full SHA for 97c2f74
.github/workflows/docker-ci.yml
@@ -77,7 +77,7 @@ jobs:
77
with:
78
context: .
79
push: ${{ github.event_name != 'pull_request' }}
80
- tags: ${{ steps.meta.outputs.tags }}
+ tags: docker.io/pythongermany/webserv:latest
81
labels: ${{ steps.meta.outputs.labels }}
82
cache-from: type=gha
83
cache-to: type=gha,mode=max
0 commit comments