Skip to content

Commit

Permalink
fix: checkout code before arm build
Browse files Browse the repository at this point in the history
  • Loading branch information
laktek committed Feb 17, 2023
1 parent dfdefbf commit 392c4c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
outputs:
image_digest: ${{ steps.build.outputs.digest }}
steps:
- uses: actions/checkout@v3
- id: meta
uses: docker/metadata-action@v4
with:
Expand Down

0 comments on commit 392c4c5

Please sign in to comment.