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 }}