CI(deps): Bump docker/build-push-action from 5 to 6
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 17 Jun 2024 19:41:44 +0000 (19:41 +0000)
committerPaul Spooren <mail@aparcar.org>
Wed, 7 Aug 2024 08:03:48 +0000 (10:03 +0200)
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>
.github/workflows/build-push.yml

index 77f8b16a07d6c1c16b4aeab66f5b2d02cae2f493..25ae68541d75f3cb2c00560f0387c4ab9021a5f8 100644 (file)
@@ -73,7 +73,7 @@ jobs:
           echo "GIT_SHA_SHORT=${GITHUB_SHA::${{ env.GITHUB_SHA_LEN }}}" >> $GITHUB_ENV
 
       - name: Build container and export it to local Docker
-        uses: docker/build-push-action@v5
+        uses: docker/build-push-action@v6
         with:
           load: true
           tags: local/${{ matrix.container_flavor }}
@@ -128,7 +128,7 @@ jobs:
           password: ${{ secrets.GITHUB_TOKEN }}
 
       - name: Build container again and push it
-        uses: docker/build-push-action@v5
+        uses: docker/build-push-action@v6
         with:
           push: true
           tags: ${{ steps.meta.outputs.tags }}