diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index d7da777..d1a9f97 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -91,7 +91,7 @@ jobs: file: ${{ steps.dockerfile.outputs.DOCKERFILE }} tags: | ghcr.io/juliushaertl/nextcloud-dev-${{ matrix.container }}:${{ github.event_name == 'release' && 'latest' || 'nightly' }} - ghcr.io/juliushaertl/nextcloud-dev-${{ matrix.container }}:${{ github.event_name == 'release' && github.ref || github.sha }} + ghcr.io/juliushaertl/nextcloud-dev-${{ matrix.container }}:${{ github.ref_name }} cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache-new - name: Move cache