Skip to content

Commit

Permalink
Fix docker-context bug
Browse files Browse the repository at this point in the history
  • Loading branch information
iyannsch committed Sep 6, 2024
1 parent 9eed905 commit e9b32fb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,31 +21,31 @@ jobs:
matrix:
include:
- docker-file: images/java-17/ToolDockerfile
docker-context: ['.']
docker-context: '.'
image-name: ghcr.io/ls1intum/theia/java-17
tags: "2024-06-21"
- docker-file: images/swift/ToolDockerfile
docker-context: ['.']
docker-context: '.'
image-name: ghcr.io/ls1intum/theia/swift
build-args: |
"BUILDER_IMAGE=swift:5.9.2-focal"
"RUNTIME_IMAGE=swift:5.9.2-focal"
"SWIFTLINT_VERSION=0.54.0"
tags: "2024-06-21"
- docker-file: images/c/ToolDockerfile
docker-context: ['.']
docker-context: '.'
image-name: ghcr.io/ls1intum/theia/c
tags: "2024-06-21"
- docker-file: images/ocaml/ToolDockerfile
docker-context: ['.']
docker-context: '.'
image-name: ghcr.io/ls1intum/theia/ocaml
tags: "2024-06-21"
- docker-file: images/python/ToolDockerfile
docker-context: ['.']
docker-context: '.'
image-name: ghcr.io/ls1intum/theia/python
tags: "2024-06-21"
- docker-file: images/haskell/ToolDockerfile
docker-context: ['.']
docker-context: '.'
image-name: ghcr.io/ls1intum/theia/haskell
tags: "2024-06-21"
uses: ls1intum/.github/.github/workflows/build-and-push-docker-image.yml@feat/docker-run-network
Expand Down

0 comments on commit e9b32fb

Please sign in to comment.