Skip to content

Commit

Permalink
Update action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
benlee0423 authored Sep 13, 2023
1 parent 8fa205f commit d16dfed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/action_templates/build-and-push/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ runs:
context: ./docker
file: ./docker/${{ inputs.dockerfile-name}}
push: true
platforms: linux/arm64
platforms: linux/x86
tags: |
awiciroh/${{ inputs.image-name}}:latest
awiciroh/${{ inputs.image-name}}:latest-linux-x86
builder: mybuilder
env:
DOCKER_BUILDKIT: 1
DOCKER_CLI_EXPERIMENTAL: enabled
DOCKER_CLI_EXPERIMENTAL: enabled

0 comments on commit d16dfed

Please sign in to comment.