Skip to content

Commit

Permalink
[ci]: Fix buildx error with docker/build-push-action
Browse files Browse the repository at this point in the history
Signed-off-by: Shunkichi Sato <49983831+s8sato@users.noreply.github.com>
  • Loading branch information
s8sato authored and appetrosyan committed Sep 13, 2022
1 parent eec85ce commit 4936869
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/iroha2-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
tags: hyperledger/iroha2:dev
labels: commit=${{ github.sha }}
build-args: TAG=dev
# This context specification is required
context: .

load-rs:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/iroha2-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
docker.soramitsu.co.jp/iroha2/iroha2:${{ env.TAG }}-${{ github.sha }}
labels: commit=${{ github.sha }}
build-args: TAG=${{ env.TAG }}
# This context specification is required
context: .

load-rs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4936869

Please sign in to comment.