Skip to content

Commit ebaa20a

Browse files
committed
CI: Let "addon" workflow use the precompiled Dockerfiles
1 parent 276b9da commit ebaa20a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/addon.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,6 @@ jobs:
5454
- name: Checkout
5555
uses: actions/checkout@v4
5656

57-
- name: Install current pandoc
58-
uses: pandoc/actions/setup@v1
59-
60-
- name: Generate Dockerfiles
61-
run: >-
62-
pandoc lua pandock.lua generate \
63-
${{ inputs.pandoc_version }} \
64-
${{ inputs.base_system }} \
65-
${{ inputs.addon }}
66-
6757
- name: Login to Docker Hub
6858
uses: docker/login-action@v3
6959
with:

0 commit comments

Comments
 (0)