Skip to content

Commit 41c05d1

Browse files
dependabot[bot]ponyisi
authored andcommitted
Bump docker/build-push-action from 6.17.0 to 6.18.0 in the actions group
Bumps the actions group with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action). Updates `docker/build-push-action` from 6.17.0 to 6.18.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.17.0...v6.18.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 6.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b7d8541 commit 41c05d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_servicex.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
username: ${{ secrets.DOCKER_USERNAME }}
111111
password: ${{ secrets.DOCKER_PASSWORD }}
112112
- name: Build and push
113-
uses: docker/build-push-action@v6.17.0
113+
uses: docker/build-push-action@v6.18.0
114114
if: ${{ github.secret_source == 'Actions' }}
115115
with:
116116
context: ${{ matrix.app.dir_name }}
@@ -121,7 +121,7 @@ jobs:
121121
file: ${{ matrix.app.dockerfile }}
122122
platforms: linux/amd64,linux/arm64
123123
- name: Build
124-
uses: docker/build-push-action@v6.17.0
124+
uses: docker/build-push-action@v6.18.0
125125
if: ${{ github.secret_source != 'Actions' }}
126126
with:
127127
context: ${{ matrix.app.dir_name }}

0 commit comments

Comments
 (0)