We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d7e1ee commit b18ac68Copy full SHA for b18ac68
.github/workflows/docker-image.yml
@@ -20,16 +20,6 @@ jobs:
20
bash scripts/extract_files.sh 4.2.9
21
bash scripts/apply_diffs.sh
22
23
- - name: Build base image
24
- uses: docker/build-push-action@v6
25
- with:
26
- context: ./ldap-overleaf-sl
27
- file: ./ldap-overleaf-sl/Dockerfile
28
- load: true
29
- tags: ldap-overleaf-sl:latest
30
- cache-from: type=gha,scope=base
31
- cache-to: type=gha,mode=max,scope=base
32
-
33
- name: Build agdsn image
34
uses: docker/build-push-action@v6
35
with:
ldap-overleaf-sl/agdsn.Dockerfile
@@ -1,4 +1,5 @@
1
-FROM ldap-overleaf-sl:latest
+# syntax = devthefuture/dockerfile-x
2
+FROM ./Dockerfile
3
4
# update texlive distribution
5
# WORKAROUND: calling tmgr by abspath causes the nearby executables
0 commit comments