From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 18:01:40 +0000 (+0000) Subject: chore(deps): bump docker/build-push-action from 3 to 4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=18c5fb6ae0e32f11596cb365a73946eb1c9ce5e5;p=thirdparty%2Fdracut.git chore(deps): bump docker/build-push-action from 3 to 4 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] --- diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 0946a17bb..653bb7d14 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -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 }}