Skip to content

Commit

Permalink
ci: fix build arm64 action
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel authored Feb 4, 2023
1 parent 9b99ebb commit 2e3bdb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Download a Build Artifact
uses: actions/download-artifact@v2.1.0
uses: actions/download-artifact@v3.0.2
with:
name: drop
path: drop
Expand All @@ -177,6 +177,7 @@ jobs:
context: .
file: dev/build-arm/Dockerfile
platforms: ${{ matrix.platform }}
provenance: false
push: true
tags: |
requarks/wiki:canary-${{ matrix.docker }}-${{ env.REL_VERSION_STRICT }}
Expand Down

0 comments on commit 2e3bdb6

Please sign in to comment.