Skip to content

Commit

Permalink
chore(deps): bump docker/build-push-action from 4 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 4 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v4...v5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Geod24 committed Oct 6, 2023
1 parent bd6e72e commit 991a3cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Run unit tests
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
push: false
Expand All @@ -45,7 +45,7 @@ jobs:
cache-to: type=gha,mode=max

- name: Run integration tests
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
push: false
Expand All @@ -63,7 +63,7 @@ jobs:
password: ${{ secrets.DOCKER_TOKEN }}

- name: Build dlang-tour runner image and push it
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
push: ${{ github.event_name == 'push' || github.event_name == 'schedule' }}
Expand Down

0 comments on commit 991a3cf

Please sign in to comment.