Skip to content

Commit

Permalink
Adjust container image tags (open-telemetry#148)
Browse files Browse the repository at this point in the history
Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
  • Loading branch information
jpkrohling authored and hero committed Dec 12, 2021
1 parent eceadba commit 6c57cd9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/publish-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
release:
types: [published]

workflow_dispatch:

jobs:
publish-containers:
name: Publish container images
Expand All @@ -24,7 +26,10 @@ jobs:
uses: crazy-max/ghaction-docker-meta@v1
with:
images: quay.io/opentelemetry/opentelemetry-operator
tag-sha: true
tag-semver: |
{{raw}}
{{version}}
{{major}}.{{minor}}
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
Expand Down

0 comments on commit 6c57cd9

Please sign in to comment.