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.
1 parent fadd99b commit 02f2466Copy full SHA for 02f2466
.github/workflows/ci_servicex.yaml
@@ -110,7 +110,7 @@ jobs:
110
username: ${{ secrets.DOCKER_USERNAME }}
111
password: ${{ secrets.DOCKER_PASSWORD }}
112
- name: Build and push
113
- uses: docker/build-push-action@v6.17.0
+ uses: docker/build-push-action@v6.18.0
114
if: ${{ github.secret_source == 'Actions' }}
115
with:
116
context: ${{ matrix.app.dir_name }}
@@ -121,7 +121,7 @@ jobs:
121
file: ${{ matrix.app.dockerfile }}
122
platforms: linux/amd64,linux/arm64
123
- name: Build
124
125
if: ${{ github.secret_source != 'Actions' }}
126
127
0 commit comments