We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f446fd commit 67f56ccCopy full SHA for 67f56cc
1 file changed
.github/workflows/build.yaml
@@ -47,6 +47,8 @@ jobs:
47
if: github.event_name == 'pull_request'
48
uses: docker/build-push-action@v6.18.0
49
with:
50
+ build-args: |
51
+ AMBERTOOLS_DL=${{ secrets.AMBERTOOLS_DL }}
52
file: ./docker/Dockerfile
53
platforms: ${{ matrix.platform }}
54
labels: ${{ steps.meta.outputs.labels }}
@@ -75,6 +77,8 @@ jobs:
75
77
id: build
76
78
79
80
81
82
83
84
0 commit comments