Skip to content

Commit

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

---
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 Jun 24, 2024
1 parent 838aa8a commit d7c2329
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build final image
uses: docker/build-push-action@v5.3.0
uses: docker/build-push-action@v6.1.0
with:
push: true
tags: tf2autobot/tf2autobot:${{ github.sha }}-${{ matrix.node }}
2 changes: 1 addition & 1 deletion .github/workflows/docker-latest-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build final image
uses: docker/build-push-action@v5.3.0
uses: docker/build-push-action@v6.1.0
with:
push: true
tags: tf2autobot/tf2autobot:latest-${{ matrix.node }}
2 changes: 1 addition & 1 deletion .github/workflows/docker-release.tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Build and push (node:${{ matrix.node }})
id: docker
uses: docker/build-push-action@v5.3.0
uses: docker/build-push-action@v6.1.0
with:
push: true
context: .
Expand Down

0 comments on commit d7c2329

Please sign in to comment.