Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich committed Nov 27, 2024
1 parent 1811290 commit a0e08f0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-and-push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ jobs:
image: ghcr.io/ls1intum/Hephaestus/hephaestus-webhook-ingest
context: ./server/webhook-ingest
path: server/webhook-ingest
- build_method: nixpacks
dockerfile: ./server/application-server/.nixpacks/Dockerfile
- dockerfile: ./server/application-server/.nixpacks/Dockerfile
image: ghcr.io/ls1intum/Hephaestus/hephaestus-application-server
context: ./server/application-server
path: server/application-server
Expand Down Expand Up @@ -91,7 +90,6 @@ jobs:
type=ref,event=pr
- name: Build and push Docker Image
if: matrix.build_method == 'dockerfile'
uses: docker/build-push-action@v6
with:
context: ${{ inputs.docker-context }}
Expand Down

0 comments on commit a0e08f0

Please sign in to comment.