Skip to content

Commit

Permalink
fix(ci): change step name in release workflow
Browse files Browse the repository at this point in the history
in Build and push UBI-based FIPS image to Open Source ECR
  • Loading branch information
kasia-kujawa committed Mar 12, 2024
1 parent b1828ec commit d5b1309
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 @@ -363,7 +363,7 @@ jobs:
- name: Build and push UBI-based FIPS image to Open Source ECR
if: matrix.arch_os == 'linux_amd64'
run: |
cp artifacts/${{ steps.set_filename.outputs.filename_fips }} otelcol-sumo
cp artifacts/${{ steps.set_filename_fips.outputs.filename_fips }} otelcol-sumo
make build-push-container-ubi \
BUILD_TAG=${{ steps.extract_tag.outputs.tag }} \
PLATFORM=${{ matrix.arch_os }}
Expand Down

0 comments on commit d5b1309

Please sign in to comment.