Skip to content

Commit

Permalink
fix: outdated scripts?
Browse files Browse the repository at this point in the history
  • Loading branch information
maamokun committed Jan 27, 2025
1 parent 41c5143 commit ab4bea6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
password: ${{ secrets.CR_PAT }}

- name: Build and push (AMD64)
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
platforms: linux/amd64
context: .
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
password: ${{ secrets.CR_PAT }}

- name: Build and push (ARM64)
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
platforms: linux/arm64
context: .
Expand Down

0 comments on commit ab4bea6

Please sign in to comment.