Skip to content

Commit

Permalink
fix: stackoverflow help me
Browse files Browse the repository at this point in the history
  • Loading branch information
maamokun committed Jan 27, 2025
1 parent d7ea5ec commit 252bb81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
uses: docker/build-push-action@v6
with:
platforms: linux/amd64
attests: false
context: .
push: true
tags: |
Expand Down Expand Up @@ -68,6 +69,7 @@ jobs:
uses: docker/build-push-action@v6
with:
platforms: linux/arm64
attests: false
context: .
push: true
tags: |
Expand Down

0 comments on commit 252bb81

Please sign in to comment.