We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ea040a commit d6b30a0Copy full SHA for d6b30a0
.github/workflows/docker.yml
@@ -91,7 +91,7 @@ jobs:
91
file: ${{ steps.dockerfile.outputs.DOCKERFILE }}
92
tags: |
93
ghcr.io/juliushaertl/nextcloud-dev-${{ matrix.container }}:${{ github.event_name == 'release' && 'latest' || 'nightly' }}
94
- 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 }}
95
cache-from: type=local,src=/tmp/.buildx-cache
96
cache-to: type=local,dest=/tmp/.buildx-cache-new
97
- name: Move cache
0 commit comments