From 8412df8ab09715e376238d86abb7007d63df39c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 03:09:12 +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/container-doxgen.yml | 2 +- .github/workflows/container-gpg-data.yml | 2 +- .github/workflows/container-mqtt-broker.yml | 2 +- .github/workflows/container-redis-server.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/container-doxgen.yml b/.github/workflows/container-doxgen.yml index 476bbf3..9b53244 100644 --- a/.github/workflows/container-doxgen.yml +++ b/.github/workflows/container-doxgen.yml @@ -33,7 +33,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Setup container meta information id: meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: images: greenbone/doxygen labels: | diff --git a/.github/workflows/container-gpg-data.yml b/.github/workflows/container-gpg-data.yml index aeccb1f..df25ef4 100644 --- a/.github/workflows/container-gpg-data.yml +++ b/.github/workflows/container-gpg-data.yml @@ -32,7 +32,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Setup container meta information id: meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: images: greenbone/gpg-data labels: | diff --git a/.github/workflows/container-mqtt-broker.yml b/.github/workflows/container-mqtt-broker.yml index 5929fef..5612bc0 100644 --- a/.github/workflows/container-mqtt-broker.yml +++ b/.github/workflows/container-mqtt-broker.yml @@ -32,7 +32,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Setup container meta information id: meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: images: greenbone/mqtt-broker labels: | diff --git a/.github/workflows/container-redis-server.yml b/.github/workflows/container-redis-server.yml index bc3d3eb..4ee78c5 100644 --- a/.github/workflows/container-redis-server.yml +++ b/.github/workflows/container-redis-server.yml @@ -33,7 +33,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Setup container meta information id: meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: images: greenbone/redis-server labels: |