From c8bfea0b9c6b3490e4e2c3570b3fe7c42487d08c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 May 2021 07:51:17 +0200 Subject: [PATCH] Bump crazy-max/ghaction-docker-meta from v2 to v3 (#100) * Bump crazy-max/ghaction-docker-meta from v2 to v3 Bumps [crazy-max/ghaction-docker-meta](https://github.com/crazy-max/ghaction-docker-meta) from v2 to v3. - [Release notes](https://github.com/crazy-max/ghaction-docker-meta/releases) - [Commits](https://github.com/crazy-max/ghaction-docker-meta/compare/v2...2af9c6a52b5431eea749f0e923b7503b84813f77) Signed-off-by: dependabot[bot] * Update release.yml Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ce54e508..fabfdb58 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: crazy-max/ghaction-docker-meta@v2 + - uses: docker/metadata-action@v3 id: docker_meta with: images: oxigraph/oxigraph @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: crazy-max/ghaction-docker-meta@v2 + - uses: docker/metadata-action@v3 id: docker_meta with: images: oxigraph/oxigraph-wikibase