Skip to content

Commit

Permalink
build(ci): add building docker image to buildjet job
Browse files Browse the repository at this point in the history
  • Loading branch information
subotic committed Mar 25, 2024
1 parent 9e4f2b9 commit fa3c5d9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,14 @@ jobs:
- run: just check
- run: just build
- run: just test
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_HUB_TOKEN }}
- run: just docker-build-arm64


# publish manifest combining aarch64 and amd64 images
Expand Down

0 comments on commit fa3c5d9

Please sign in to comment.