Skip to content

Commit b1a4330

Browse files
latest
1 parent d7afa07 commit b1a4330

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
env:
77
REGISTRY: ghcr.io
8-
IMAGE_NAME: swarm-keepalived:latest
8+
IMAGE_NAME: ${{ github.repository }}
99

1010
jobs:
1111
build:
@@ -39,4 +39,4 @@ jobs:
3939
context: docker
4040
push: ${{ github.event_name != 'pull_request' }}
4141
tags: ${{ steps.meta.outputs.tags }}
42-
labels: ${{ steps.meta.outputs.labels }}
42+
labels: latest

0 commit comments

Comments
 (0)