Skip to content

Commit

Permalink
Fixed build for master and tags now as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrinc committed Sep 18, 2022
1 parent e397e29 commit 8a4d267
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ jobs:
- uses: actions/download-artifact@v2
with:
name: published-package
path: ./nodejs

- name: Set up QEMU
uses: docker/setup-qemu-action@master
Expand All @@ -134,7 +135,7 @@ jobs:
uses: docker/build-push-action@v2
with:
builder: ${{ steps.buildx.outputs.name }}
context: ./nodejs
context: ./nodejs/
file: ./nodejs/Dockerfile
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x
push: true
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ jobs:
- uses: actions/download-artifact@v2
with:
name: published-package
path: ./nodejs

- name: Set up QEMU
uses: docker/setup-qemu-action@master
Expand All @@ -129,7 +130,7 @@ jobs:
uses: docker/build-push-action@v2
with:
builder: ${{ steps.buildx.outputs.name }}
context: ./nodejs
context: ./nodejs/
file: ./nodejs/Dockerfile
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x
push: true
Expand Down

0 comments on commit 8a4d267

Please sign in to comment.