Skip to content

Commit

Permalink
actions bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mredolatti committed Feb 21, 2024
1 parent a9d01a5 commit 9b62d86
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ jobs:
context: .
file: docker/Dockerfile.${{ matrix.mode }}
push: true
tags: splitio-docker-dev.jfrog.io/split-${{ matrix.mode }}${{ matrix.fips-mode == "enabled" && "-fips" || ""}}:${{ env.SHORT_SHA }}
tags: splitio-docker-dev.jfrog.io/split-${{ matrix.mode }}${{ matrix.fips-mode == "enabled" && "-fips" || "" }}:${{ env.SHORT_SHA }}
build-args: |
FIPS_MODE=${{ matrix.fips-mode }}

0 comments on commit 9b62d86

Please sign in to comment.