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 740125d commit 337d902Copy full SHA for 337d902
.github/workflows/docker-ci.yml
@@ -67,7 +67,10 @@ jobs:
67
with:
68
context: .
69
push: ${{ github.event_name != 'pull_request' }}
70
- tags: docker.io/pythongermany/webserv:latest
+ tags: |
71
+ ${{ steps.meta.outputs.tags }}
72
+ latest
73
+ ${{ github.ref_name }} # This will use the tag name if available
74
labels: ${{ steps.meta.outputs.labels }}
75
cache-from: type=gha
76
cache-to: type=gha,mode=max
0 commit comments