Skip to content

Commit

Permalink
set up buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyek committed Mar 18, 2024
1 parent 8d695c6 commit ea5cba9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ jobs:
echo "IMAGE_TAG=$(echo $GITHUB_SHA | cut -c1-7)" >> $GITHUB_ENV
- name: Expose GitHub Runtime
uses: crazy-max/ghaction-github-runtime@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build, tag, and push Docker image
run: ./build/build.sh
- name: Install Serverless
Expand Down

0 comments on commit ea5cba9

Please sign in to comment.