Skip to content

Commit

Permalink
Bump docker/build-push-action from 2.9.0 to 3.1.1
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.9.0 to 3.1.1.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v2.9.0...v3.1.1)

---
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] authored Sep 6, 2022
1 parent 336ff33 commit 96212ac
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 @@ -346,7 +346,7 @@ jobs:
type=raw,value=latest,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }}
- name: Build and push Docker image
uses: docker/build-push-action@v2.9.0
uses: docker/build-push-action@v3.1.1
if: ${{ (matrix.os == 'ubuntu-latest') }}
with:
context: .
Expand Down Expand Up @@ -462,10 +462,10 @@ jobs:
run: ls -ldR ${{steps.download.outputs.download-path}}/**/*

- name: Extract owner and repo
uses: jungwinter/split@v1
uses: jungwinter/split@v2
id: repo
with:
seperator: "/"
separator: "/"
msg: ${{ github.repository }}

- name: Install GitReleaseManager
Expand Down

0 comments on commit 96212ac

Please sign in to comment.