Skip to content

Commit

Permalink
fix: more breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
dantefromhell authored Jun 11, 2024
1 parent 2b619b4 commit fd2ef10
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ jobs:
- name: Download image archive
uses: actions/download-artifact@v4
with:
name: build-${{ matrix.version }}-git-${{ env.GIT_REV }} run: curl 'http://localhost:8080/' --location --fail --silent | grep 'Sign in</button>' -q || ( curl 'http://localhost:8080/' --trace - ; exit 1;)

name: build-${{ matrix.version }}-git-${{ env.GIT_REV }}
- name: Build and push docker image
run: |
docker load --input "build-${{ matrix.version }}-git-${GIT_REV}.tar.gz"
Expand Down

0 comments on commit fd2ef10

Please sign in to comment.