]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
chore(deps): bump docker/build-push-action from 3 to 4
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 31 Jan 2023 18:01:40 +0000 (18:01 +0000)
committerAntonio Álvarez Feijoo <antonio.feijoo@suse.com>
Thu, 2 Feb 2023 07:26:43 +0000 (08:26 +0100)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v3...v4)

---
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/container.yml

index 0946a17bbdebb689805855d22ba1e3925a3fea11..653bb7d1498ff884d956ea81cdd45717928f0ae8 100644 (file)
@@ -47,7 +47,7 @@ jobs:
             -   name: Set up env
                 run: echo "repository_owner=${GITHUB_REPOSITORY_OWNER,,}" >>${GITHUB_ENV}
             -   name: Build and Push Container
-                uses: docker/build-push-action@v3
+                uses: docker/build-push-action@v4
                 with:
                     file: test/container/${{ matrix.config.dockerfile }}
                     tags: ghcr.io/${{env.repository_owner}}/${{ matrix.config.tag }}