Skip to content

Commit

Permalink
⚡ update CI flow: add build-args, platforms, outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
anngdinh committed May 13, 2024
1 parent 3629e3c commit f124d79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
context: .
push: true
build-args: |
- VERSION=${{ env.VERSION }}
VERSION=${{ env.VERSION }}
platforms: linux/amd64
outputs: type=registry
tags: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
context: .
push: true
build-args: |
- VERSION=${{ env.VERSION }}
VERSION=${{ env.VERSION }}
platforms: linux/amd64
outputs: type=registry
tags: |
Expand Down

0 comments on commit f124d79

Please sign in to comment.