From 20bb0820051a865d0a4a8788c708c5d53d0d9f31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 15:27:10 +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) - [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/deploy-runners.yml | 2 +- .github/workflows/deploy-server.yml | 2 +- .github/workflows/deploy-workers.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-runners.yml b/.github/workflows/deploy-runners.yml index f9d786650..5aba041f2 100644 --- a/.github/workflows/deploy-runners.yml +++ b/.github/workflows/deploy-runners.yml @@ -25,7 +25,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - name: Docker meta (${{ matrix.module }}) id: meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: images: ghcr.io/tum-dev/gocast/${{ env.containername }} tags: | diff --git a/.github/workflows/deploy-server.yml b/.github/workflows/deploy-server.yml index a6f8757fe..625bb723a 100644 --- a/.github/workflows/deploy-server.yml +++ b/.github/workflows/deploy-server.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v3 - name: Docker meta id: meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: images: ghcr.io/tum-dev/gocast/tum-live tags: | diff --git a/.github/workflows/deploy-workers.yml b/.github/workflows/deploy-workers.yml index bf9d2811c..b37cb4488 100644 --- a/.github/workflows/deploy-workers.yml +++ b/.github/workflows/deploy-workers.yml @@ -25,7 +25,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - name: Docker meta (${{ matrix.module }}) id: meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: images: ghcr.io/tum-dev/gocast/${{ env.containername }} tags: |