Skip to content

Commit

Permalink
fix: Reduce multi container build action - test with tmate
Browse files Browse the repository at this point in the history
  • Loading branch information
epociask committed Dec 15, 2024
1 parent ae5664d commit 2a91388
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ jobs:
# labels: ${{ steps.meta.outputs.labels }}
# cache-from: type=local,src=/tmp/.buildx-cache
# cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: "Build and push arm64"
uses: docker/[email protected]
with:
Expand Down

0 comments on commit 2a91388

Please sign in to comment.