Skip to content

Commit

Permalink
try specifying context option on build-push-action
Browse files Browse the repository at this point in the history
  • Loading branch information
rsnider-chg committed Feb 20, 2024
1 parent de35ce5 commit 313e018
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,13 @@ jobs:

- run: npm run build

- run: ls
- run: ls ./dist

- name: Build multi-arch image
uses: docker/build-push-action@v5
with:
platforms: linux/amd64,linux/arm64
context: .
push: false
tags: bull-monitor:latest

Expand Down

0 comments on commit 313e018

Please sign in to comment.