From 400fa54a237828e464eeecb7390c570fba11191b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20L=C3=B3pez=20de=20la=20Franca=20Beltran?= Date: Sat, 18 Nov 2023 01:22:57 +0100 Subject: [PATCH] Fix format for Docker GH Action --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b035088..7af7f66 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,9 +41,10 @@ jobs: password: ${{ secrets.DOCKER_TOKEN }} - name: Extract Docker metadata + id: meta uses: docker/metadata-action@v5 with: - images: ${{ github.action_repository }} + images: ${{ github.repository }} tags: | type=ref,event=tag