Skip to content

Commit 5b74db6

Browse files
authored
fix: specify ENV build arg
1 parent e5648aa commit 5b74db6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ jobs:
224224
KEY4HEPSPACK_VERSION=${{ steps.key4hep-spack.outputs.version }}
225225
S3_ACCESS_KEY=${{ secrets.S3_ACCESS_KEY }}
226226
S3_SECRET_KEY=${{ secrets.S3_SECRET_KEY }}
227+
ENV=${{ matrix.ENV }}
227228
jobs=${{ env.JOBS }}
228229
cache-from: type=gha,scope=${{ github.workflow }}
229230
cache-to: type=gha,mode=max,scope=${{ github.workflow }}

0 commit comments

Comments
 (0)