Skip to content

Commit b18ac68

Browse files
committed
Import other dockerfile
1 parent 3d7e1ee commit b18ac68

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

.github/workflows/docker-image.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,6 @@ jobs:
2020
bash scripts/extract_files.sh 4.2.9
2121
bash scripts/apply_diffs.sh
2222
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-
3323
- name: Build agdsn image
3424
uses: docker/build-push-action@v6
3525
with:

ldap-overleaf-sl/agdsn.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
FROM ldap-overleaf-sl:latest
1+
# syntax = devthefuture/dockerfile-x
2+
FROM ./Dockerfile
23

34
# update texlive distribution
45
# WORKAROUND: calling tmgr by abspath causes the nearby executables

0 commit comments

Comments
 (0)