Skip to content

Commit

Permalink
Bump docker/build-push-action from 2 to 5
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v2...v5)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 15, 2024
1 parent 7bc87ef commit ccaf532
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: actions/checkout@v4
- name: Build Nidhugg
id: build
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: .
push: false
Expand All @@ -61,7 +61,7 @@ jobs:
uses: actions/checkout@v4
- name: Build Nidhugg
id: build
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: .
push: false
Expand All @@ -77,7 +77,7 @@ jobs:
uses: actions/checkout@v4
- name: Build Docker Image
id: build
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: .
push: false
Expand All @@ -98,7 +98,7 @@ jobs:
continue-on-error: true
- name: Build Docker Image
id: build
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: .
push: false
Expand Down

0 comments on commit ccaf532

Please sign in to comment.