We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fa8f41 commit 3d7e1eeCopy full SHA for 3d7e1ee
.github/workflows/docker-image.yml
@@ -36,6 +36,6 @@ jobs:
36
context: ./ldap-overleaf-sl
37
file: ./ldap-overleaf-sl/agdsn.Dockerfile
38
push: true
39
- tags: ghcr.io/agdsn/ldap-overleaf-sl:${GITHUB_REF_NAME}
+ tags: ghcr.io/agdsn/ldap-overleaf-sl:${{ github.ref_name }}
40
cache-from: type=gha,scope=agdsn
41
cache-to: type=gha,mode=max,scope=agdsn
0 commit comments