Skip to content

Commit

Permalink
fix: specify ENV build arg
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored Jun 8, 2024
1 parent e5648aa commit 5b74db6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ jobs:
KEY4HEPSPACK_VERSION=${{ steps.key4hep-spack.outputs.version }}
S3_ACCESS_KEY=${{ secrets.S3_ACCESS_KEY }}
S3_SECRET_KEY=${{ secrets.S3_SECRET_KEY }}
ENV=${{ matrix.ENV }}
jobs=${{ env.JOBS }}
cache-from: type=gha,scope=${{ github.workflow }}
cache-to: type=gha,mode=max,scope=${{ github.workflow }}

0 comments on commit 5b74db6

Please sign in to comment.