Skip to content

Commit 09c53a4

Browse files
committed
tags and labels
1 parent a764fee commit 09c53a4

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,8 @@ jobs:
5959
file: ./Dockerfile.ubuntu-2404
6060
platforms: linux/amd64
6161
push: true
62-
tags: |
63-
gameservermanagers/steamcmd:latest
64-
gameservermanagers/steamcmd:ubuntu
65-
gameservermanagers/steamcmd:ubuntu-24.04
66-
ghcr.io/gameservermanagers/steamcmd:latest
67-
ghcr.io/gameservermanagers/steamcmd:ubuntu
68-
ghcr.io/gameservermanagers/steamcmd:ubuntu-24.04
62+
tags: ${{ steps.meta.outputs.tags }}
63+
labels: ${{ steps.meta.outputs.labels }}
6964

7065
build-ubuntu-2204:
7166
name: Build Ubuntu 22.04

0 commit comments

Comments
 (0)