Skip to content

Commit

Permalink
chore(ci/cd): refactor ci/cd pipeline to push image with opentelemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan.vidrean committed Nov 20, 2024
1 parent e53a6e9 commit 5e65845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
uses: docker/metadata-action@v5
with:
flavor: latest=true
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-opentelemetry
tags: |
# set latest tag for default branch
type=raw,value=latest,enable={{is_default_branch}}
Expand Down

0 comments on commit 5e65845

Please sign in to comment.