Skip to content

Commit 67f56cc

Browse files
authored
oops
1 parent 8f446fd commit 67f56cc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
if: github.event_name == 'pull_request'
4848
uses: docker/build-push-action@v6.18.0
4949
with:
50+
build-args: |
51+
AMBERTOOLS_DL=${{ secrets.AMBERTOOLS_DL }}
5052
file: ./docker/Dockerfile
5153
platforms: ${{ matrix.platform }}
5254
labels: ${{ steps.meta.outputs.labels }}
@@ -75,6 +77,8 @@ jobs:
7577
id: build
7678
uses: docker/build-push-action@v6.18.0
7779
with:
80+
build-args: |
81+
AMBERTOOLS_DL=${{ secrets.AMBERTOOLS_DL }}
7882
file: ./docker/Dockerfile
7983
platforms: ${{ matrix.platform }}
8084
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)