Skip to content

Commit 1012de4

Browse files
authored
Fix FIPS release (#117)
1 parent 2c0889b commit 1012de4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/spectro-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ jobs:
6464
FIPS_ENABLE: yes
6565
REGISTRY: ${{ env.FIPS_REGISTRY }}
6666
run: |
67-
make docker-build
68-
make docker-push
67+
make docker-build-all
68+
make docker-push-all
6969
-
7070
name: Create Release
7171
if: ${{ github.event.inputs.rel_type == 'release' }}

0 commit comments

Comments
 (0)