Skip to content

Commit

Permalink
let's see how docker buildx works
Browse files Browse the repository at this point in the history
  • Loading branch information
reinhrst committed Nov 28, 2023
1 parent 757246e commit abfffc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: install packages
run: npm install .
- name: Build
run: DOCKER=docker DOCKER_TMPDIR=/tmp make all
run: DOCKER="docker buildx" DOCKER_TMPDIR=/tmp make all
- name: Set AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down

0 comments on commit abfffc5

Please sign in to comment.