Skip to content

Commit

Permalink
Fix image name and workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
iyannsch committed Jun 17, 2024
1 parent 0e02735 commit fd903bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ jobs:
matrix:
docker-context: ['.']
include:
- docker-file: BaseDockerfile
- docker-file: images/base-ide/BaseDockerfile
image-name: ghcr.io/ls1intum/theia/base
- docker-file: images/java-17/ToolDockerfile
image-name: ghcr.io/ls1intum/theia/java-17
uses: ls1intum/.github/.github/workflows/build-and-push-docker-image.yml@main
with:
docker-file: ${{ matrix.docker-file }}
Expand Down
2 changes: 1 addition & 1 deletion images/java-17/ToolDockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Load the base-ide image, only copy from here
FROM theia-base-ide as base-ide
FROM ghcr.io/ls1intum/theia/base as base-ide

# Builder stage to
FROM node:18-bullseye-slim as final-ide
Expand Down

0 comments on commit fd903bc

Please sign in to comment.