Merge pull request #4886 from restic/dependabot/github_actions/docker/build-push-action-6

build(deps): bump docker/build-push-action from 5 to 6
This commit is contained in:
Michael Eischer 2024-07-01 20:39:44 +00:00 committed by GitHub
commit 97969e515d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -55,7 +55,7 @@ jobs:
if: github.ref != 'refs/heads/master'
- name: Build and push Docker image
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0
uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1
with:
push: true
context: .

View file

@ -325,7 +325,7 @@ jobs:
- name: Build and push
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: false
context: .