Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
harrryr committed Apr 2, 2024
1 parent 409bcc1 commit 3c76a69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
with:
context: .
push: true
tags: latest
tags: ${{ steps.meta.outputs.tags }}
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,4 @@ COPY .github/ /.github/
# Build gradlew here so that the canary doesn't spend time building it
RUN ./gradlew
# Export the execute_and_retry script
RUN . .github/workflows/util/execute_and_retry.sh

EXPOSE 3000
RUN . .github/workflows/util/execute_and_retry.sh

0 comments on commit 3c76a69

Please sign in to comment.