Skip to content

Commit d37eda4

Browse files
Merge pull request #36 from PythonGermany/PythonGermany-patch-1
Fix docker-ci.yml
2 parents aba2d71 + 4d03964 commit d37eda4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/docker-ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
# Use docker.io for Docker Hub if empty
1818
REGISTRY: docker.io
1919
# github.repository as <account>/<repo>
20-
IMAGE_NAME: webserv
20+
IMAGE_NAME: pythongermany/webserv
2121

2222

2323
jobs:
@@ -67,10 +67,7 @@ jobs:
6767
with:
6868
context: .
6969
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
70+
tags: ${{ steps.meta.outputs.tags }}
7471
labels: ${{ steps.meta.outputs.labels }}
7572
cache-from: type=gha
7673
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)