summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-15 11:09:30 +0000
committerEmanuele Torre <torreemanuele6@gmail.com>2023-09-15 13:41:27 +0200
commite69398ea0fa7f0150c392556cc999fa8273a83dc (patch)
tree778a4b184c9b205f3568789963a3a4752e9f5ec2 /.github
parentdfd930f81a4a0a1ed3e287eb914779a41f3d2746 (diff)
Bump docker/build-push-action from 4 to 5
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](https://github.com/docker/build-push-action/compare/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] <support@github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ff2cd27f..1d591a9b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -342,7 +342,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and release Docker image
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@v5
with:
context: .
push: true