Skip to content

Commit

Permalink
fix: GitHub Action "docker/build-push-action" produces unknown archit…
Browse files Browse the repository at this point in the history
…ecture and OS

Closes: #48
Refs: docker/build-push-action#820
  • Loading branch information
ghusta committed May 16, 2023
1 parent 53ccc68 commit fe2c1df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-publish-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
linux/arm64/v8
linux/arm/v7
push: true
provenance: false
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
Expand All @@ -83,6 +84,7 @@ jobs:
linux/arm64/v8
linux/arm/v7
push: true
provenance: false
tags: alpine
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
Expand Down

0 comments on commit fe2c1df

Please sign in to comment.