Skip to content

Commit

Permalink
Omit tag
Browse files Browse the repository at this point in the history
  • Loading branch information
dariober committed Jun 10, 2024
1 parent 10437b3 commit 0a97384
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build-and-push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ name: Build and push docker

on:
workflow_call:
inputs:
tag:
required: true
type: string

jobs:
build-and-push-docker:
Expand All @@ -29,7 +25,7 @@ jobs:
with:
platforms: linux/arm64/v8,linux/amd64
push: true
tags: ghcr.io/gmod/apollo-cli:${{ inputs.tag }}
tags: ghcr.io/gmod/apollo-cli
context: packages/apollo-cli
outputs:
type=image,annotation-index.org.opencontainers.image.description=
Expand All @@ -41,7 +37,7 @@ jobs:
with:
platforms: linux/arm64/v8,linux/amd64
push: true
tags: ghcr.io/gmod/apollo-collaboration-server:${{ inputs.tag }}
tags: ghcr.io/gmod/apollo-collaboration-server
outputs:
type=image,annotation-index.org.opencontainers.image.description=Apollo
collaboration server
Expand Down

0 comments on commit 0a97384

Please sign in to comment.