Skip to content

Commit d6b30a0

Browse files
committed
fix: Use github ref name
Signed-off-by: Julius Härtl <[email protected]>
1 parent 0ea040a commit d6b30a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
file: ${{ steps.dockerfile.outputs.DOCKERFILE }}
9292
tags: |
9393
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 }}
94+
ghcr.io/juliushaertl/nextcloud-dev-${{ matrix.container }}:${{ github.ref_name }}
9595
cache-from: type=local,src=/tmp/.buildx-cache
9696
cache-to: type=local,dest=/tmp/.buildx-cache-new
9797
- name: Move cache

0 commit comments

Comments
 (0)