Skip to content

Commit

Permalink
prebuild docker
Browse files Browse the repository at this point in the history
  • Loading branch information
KONFeature committed May 28, 2024
1 parent 3130b38 commit 62a433e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-submodule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
- name: "🔨 Install dependencies"
run: bun install --frozen-lockfile

- name: "🔨 Prebuild docker dependencies"
uses: docker/build-push-action@v5
with:
push: false

- name: "👥 Configure AWS Credentials"
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down

0 comments on commit 62a433e

Please sign in to comment.