Skip to content

Commit

Permalink
ci: fix typo in release workflow
Browse files Browse the repository at this point in the history
There was an unnecessary `v` prefix in a container tag.
  • Loading branch information
swiatekm committed Apr 25, 2024
1 parent 0bd8f42 commit a840af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ jobs:
run: |
cp artifacts/${{ steps.set_filename_fips.outputs.filename_fips }} otelcol-sumo
make build-push-container-multiplatform \
BUILD_TAG=v${{ needs.get-version.outputs.version }} \
BUILD_TAG=${{ needs.get-version.outputs.version }} \
PLATFORM=${{ matrix.arch_os }} \
BUILD_TYPE_SUFFIX="-fips"
Expand Down

0 comments on commit a840af0

Please sign in to comment.