Skip to content

Commit

Permalink
maybe now
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Oct 5, 2023
1 parent 6561285 commit 700b60c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,11 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Build and push Docker image
uses: docker/build-push-action@v6
uses: docker/build-push-action@v5
with:
context: .
multiPlatform: true
platform: linux/amd64,linux/arm64,linux/arm/v7
dockerfile: Dockerfile.publish
platforms: linux/amd64
file: Dockerfile.publish
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 700b60c

Please sign in to comment.