diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-07 14:28:23 +0000 |
---|---|---|
committer | Matthew Strapp <matt@mattstrapp.net> | 2024-08-07 09:30:07 -0500 |
commit | 9064022b9ee8b0b12f3d9e6769675dfb70053a69 (patch) | |
tree | 3ecee8c3e137980589f5ec5b893e1b11cf1bdf32 /.github | |
parent | Create dependabot.yml (diff) | |
download | locusts-9064022b9ee8b0b12f3d9e6769675dfb70053a69.tar locusts-9064022b9ee8b0b12f3d9e6769675dfb70053a69.tar.gz locusts-9064022b9ee8b0b12f3d9e6769675dfb70053a69.tar.bz2 locusts-9064022b9ee8b0b12f3d9e6769675dfb70053a69.tar.lz locusts-9064022b9ee8b0b12f3d9e6769675dfb70053a69.tar.xz locusts-9064022b9ee8b0b12f3d9e6769675dfb70053a69.tar.zst locusts-9064022b9ee8b0b12f3d9e6769675dfb70053a69.zip |
Bump docker/build-push-action from 5 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v5...v6)
---
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>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/docker.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 8a1178e..454d240 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -52,7 +52,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and Push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . push: ${{ github.event_name != 'pull_request' }} |