Skip to content

Commit

Permalink
Use host network fix in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
iyannsch committed Aug 14, 2024
1 parent 1cd3246 commit 9301421
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ on:

jobs:
build-and-push-base:
uses: ls1intum/.github/.github/workflows/build-and-push-docker-image.yml@feat/include-label-for-docker-images
uses: ls1intum/.github/.github/workflows/build-and-push-docker-image.yml@feat/docker-run-network
with:
docker-file: images/base-ide/BaseDockerfile
image-name: ghcr.io/ls1intum/theia/base
docker-context: .
tags: "2024-06-21"
network: "host"
secrets: inherit

build-and-push:
Expand Down Expand Up @@ -45,12 +46,13 @@ jobs:
- docker-file: images/haskell/ToolDockerfile
image-name: ghcr.io/ls1intum/theia/haskell
tags: "2024-06-21"
uses: ls1intum/.github/.github/workflows/build-and-push-docker-image.yml@feat/include-label-for-docker-images
uses: ls1intum/.github/.github/workflows/build-and-push-docker-image.yml@feat/docker-run-network
with:
docker-file: ${{ matrix.docker-file }}
image-name: ${{ matrix.image-name }}
docker-context: ${{ matrix.docker-context }}
tags: ${{ matrix.tags }}
network: "host"
secrets: inherit


0 comments on commit 9301421

Please sign in to comment.