Skip to content

Commit 4ff0c1f

Browse files
committed
fix: specify ENV build arg
1 parent 3daebc5 commit 4ff0c1f

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)