Skip to content

Commit 337d902

Browse files
Update docker-ci.yml
1 parent 740125d commit 337d902

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/docker-ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,10 @@ jobs:
6767
with:
6868
context: .
6969
push: ${{ github.event_name != 'pull_request' }}
70-
tags: docker.io/pythongermany/webserv:latest
70+
tags: |
71+
${{ steps.meta.outputs.tags }}
72+
latest
73+
${{ github.ref_name }} # This will use the tag name if available
7174
labels: ${{ steps.meta.outputs.labels }}
7275
cache-from: type=gha
7376
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)