From 9d060e5f9c1fc4def263ef911ac02a4595c1b816 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 13:01:07 +0000 Subject: [PATCH] Bump docker/metadata-action from 4 to 5 Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4 to 5. - [Release notes](https://github.com/docker/metadata-action/releases) - [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md) - [Commits](https://github.com/docker/metadata-action/compare/v4...v5) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cinder-oss-build-and-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cinder-oss-build-and-test.yml b/.github/workflows/cinder-oss-build-and-test.yml index 7d7cd6edb87..5166de152e3 100644 --- a/.github/workflows/cinder-oss-build-and-test.yml +++ b/.github/workflows/cinder-oss-build-and-test.yml @@ -32,7 +32,7 @@ jobs: # Build and push the "build" image (only using sha, since it didn't pass tests yet) - name: Extract metadata for pre-test Cinder Docker image id: buildmeta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: images: ${{ env.CINDER_BUILD_IMAGE_NAME }} # we publish the [untested] image using the branch + sha (e.g. "cinder-3.10.162db45") for debuggability @@ -52,7 +52,7 @@ jobs: run: docker run --rm -w /cinder/build ${{ steps.buildmeta.outputs.tags }} ./oss-cinder-test.sh - name: Extract metadata for tested Cinder Docker image push id: runtimemeta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: images: ${{ env.CINDER_RUNTIME_IMAGE_NAME }} # once the tests pass, we publish the runtime image using the sha and branch name (e.g. "cinder-3.10") @@ -75,7 +75,7 @@ jobs: # Also build and push Cinder Explorer image if tests passed - name: Extract metadata for Cinder Explorer app Docker image push id: explorermeta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: images: ${{ env.CINDER_EXPLORER_IMAGE_NAME }} # publish the explorer image using the sha and branch name