Skip to content

Commit

Permalink
change CI container tagging
Browse files Browse the repository at this point in the history
Signed-off-by: DavidSpek <[email protected]>
  • Loading branch information
davidspek committed May 23, 2022
1 parent 9609583 commit 110de73
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/goreleaser-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
needs: goreleaser
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -50,7 +49,7 @@ jobs:
ghcr.io/pluralsh/plural-cli
# generate Docker tags based on the following events/attributes
tags: |
type=semver,pattern={{raw}},value=${{ needs.goreleaser.outputs.metadata.version }}
type=semver,pattern={{version}}
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: Set up Docker Buildx
Expand Down Expand Up @@ -90,7 +89,6 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
needs: goreleaser
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -100,12 +98,12 @@ jobs:
with:
# list of Docker images to use as base name for tags
images: |
dkr.plural.sh/plural/plural-cli
gcr.io/pluralsh/plural-cli
ghcr.io/pluralsh/plural-cli
dkr.plural.sh/plural/plural-cli-cloud
gcr.io/pluralsh/plural-cli-cloud
ghcr.io/pluralsh/plural-cli-cloud
# generate Docker tags based on the following events/attributes
tags: |
type=semver,pattern={{raw}},value=${{ needs.goreleaser.outputs.metadata.version }}-cloud
type=semver,pattern={{version}}
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: Set up Docker Buildx
Expand Down

0 comments on commit 110de73

Please sign in to comment.