From 0e896d639be3594c40a48d2149edf6cb1ed62bef Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 25 Oct 2024 15:21:32 +0200 Subject: [PATCH] ci(docker): Try direct tag Signed-off-by: Joas Schilling --- .github/workflows/docker.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index a50006f..e501e42 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -58,5 +58,4 @@ jobs: push: true context: ${{ github.event.inputs.folderPath }} file: '${{ github.event.inputs.folderPath }}/${{ github.event.inputs.dockerFile }}' - tags: | - ghcr.io/nextcloud/continuous-integration-${{ github.event.inputs.folderPath }}${{ github.event.inputs.suffix }}:${{ github.event.inputs.tagName }} + tags: ghcr.io/nextcloud/continuous-integration-${{ github.event.inputs.folderPath }}${{ github.event.inputs.suffix }}:${{ github.event.inputs.tagName }}