Skip to content

Commit 3d7e1ee

Browse files
committed
Fix rev name
1 parent 4fa8f41 commit 3d7e1ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636
context: ./ldap-overleaf-sl
3737
file: ./ldap-overleaf-sl/agdsn.Dockerfile
3838
push: true
39-
tags: ghcr.io/agdsn/ldap-overleaf-sl:${GITHUB_REF_NAME}
39+
tags: ghcr.io/agdsn/ldap-overleaf-sl:${{ github.ref_name }}
4040
cache-from: type=gha,scope=agdsn
4141
cache-to: type=gha,mode=max,scope=agdsn

0 commit comments

Comments
 (0)