Skip to content

Commit c3aa65f

Browse files
committed
There are two Dockerfiles, but in the initial testing phase only one is used. Loading the other one waits until the loading itself is working properly
1 parent 4ee246e commit c3aa65f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ jobs:
129129
- name: Build and push to Quay.io
130130
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
131131
with:
132+
context: .
133+
file: ./dockerfiles/jena-fuseki2-docker/Dockerfile # later: ./dockerfiles/Dockerfile.ubuntu
132134
push: true
133135
tags: ${{ steps.meta.outputs.tags }}
134136
labels: ${{ steps.meta.outputs.labels }}
@@ -145,4 +147,3 @@ jobs:
145147
echo "${{ steps.meta.outputs.tags }}"
146148
echo "Labels:"
147149
echo "${{ steps.meta.outputs.labels }}"
148-

0 commit comments

Comments
 (0)