We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc0b409 + 1e09db8 commit 1f1ba8dCopy full SHA for 1f1ba8d
1 file changed
.github/workflows/build.yaml
@@ -52,7 +52,7 @@ jobs:
52
53
- name: Build and push by digest
54
if: github.event_name == 'pull_request'
55
- uses: docker/build-push-action@v7.2.0
+ uses: docker/build-push-action@v7.3.0
56
with:
57
build-args: |
58
AMBERTOOLS_DL=${{ secrets.AMBERTOOLS_DL }}
@@ -82,7 +82,7 @@ jobs:
82
83
if: github.event_name != 'pull_request'
84
id: build
85
86
87
88
0 commit comments