Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-test-fts-by-service-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Build and push test-fts for given FTS production bundle
if: steps.check_exists.outputs.exists == 'false'
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.0
with:
context: ./test-fts
file: ./test-fts/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-ssh-by-service-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Build and push image
if: steps.tag_exists.outputs.exists == 'false'
uses: docker/build-push-action@v6.18.0
uses: docker/build-push-action@v7.1.0
with:
context: ./test-ssh
file: ./test-ssh/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-webdav-by-service-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

- name: Build and push test-webdav for given Apache/WebDAV bundle
if: steps.check_exists.outputs.exists == 'false'
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.0
with:
context: ./test-webdav
file: ./test-webdav/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-xrootd-by-service-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Build and push test-xrootd for given XRootD production bundle
if: steps.check_exists.outputs.exists == 'false'
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.0
with:
context: ./test-xrootd
file: ./test-xrootd/Dockerfile
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Build and push test-xrootd-noauth for given XRootD production bundle
if: steps.check_exists.outputs.exists == 'false'
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.0
with:
context: ./test-xrootd-noauth
file: ./test-xrootd-noauth/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-auto-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ jobs:
- name: Build and push
if: steps.release.outputs.tags != ''
id: docker_build
uses: docker/build-push-action@v6.18.0
uses: docker/build-push-action@v7.1.0
with:
context: ./${{ steps.release.outputs.context_dir }}
file: ./${{ steps.release.outputs.context_dir }}/${{ steps.release.outputs.file }}
Expand Down