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 aba2d71 + 4d03964 commit d37eda4Copy full SHA for d37eda4
.github/workflows/docker-ci.yml
@@ -17,7 +17,7 @@ env:
17
# Use docker.io for Docker Hub if empty
18
REGISTRY: docker.io
19
# github.repository as <account>/<repo>
20
- IMAGE_NAME: webserv
+ IMAGE_NAME: pythongermany/webserv
21
22
23
jobs:
@@ -67,10 +67,7 @@ jobs:
67
with:
68
context: .
69
push: ${{ github.event_name != 'pull_request' }}
70
- tags: |
71
- ${{ steps.meta.outputs.tags }}
72
- latest
73
- ${{ github.ref_name }} # This will use the tag name if available
+ tags: ${{ steps.meta.outputs.tags }}
74
labels: ${{ steps.meta.outputs.labels }}
75
cache-from: type=gha
76
cache-to: type=gha,mode=max
0 commit comments