Skip to content

Commit

Permalink
[BUGFIX] Fixed pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisBurger committed Mar 7, 2024
1 parent a1309cd commit bb0bf59
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ jobs:
for attempt in {1..20}; do sleep 1; if curl http://localhost:8080/; then echo ready; break; fi; echo waiting...; done
- name: Generate schema
run: curl http://localhost:8080/graphql/schema.graphql >> web/schema.graphql
- name: Echo data
run: cat web/schema.graphql
- name: set up buildx
uses: docker/setup-buildx-action@v1
- name: log in to ghcr
Expand All @@ -53,5 +51,6 @@ jobs:
- name: build and push
uses: docker/build-push-action@v2
with:
context: .
push: true
tags: ghcr.io/mathisburger/immowealth:latest

0 comments on commit bb0bf59

Please sign in to comment.