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.
1 parent a764fee commit 09c53a4Copy full SHA for 09c53a4
.github/workflows/docker-publish.yml
@@ -59,13 +59,8 @@ jobs:
59
file: ./Dockerfile.ubuntu-2404
60
platforms: linux/amd64
61
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
+ tags: ${{ steps.meta.outputs.tags }}
+ labels: ${{ steps.meta.outputs.labels }}
69
70
build-ubuntu-2204:
71
name: Build Ubuntu 22.04
0 commit comments