Skip to content

Commit

Permalink
Release GH action: fix context for 'Build and Publish' step
Browse files Browse the repository at this point in the history
Signed-off-by: juan131 <juanariza@vmware.com>
  • Loading branch information
juan131 committed Dec 14, 2021
1 parent 5d3fe96 commit fe02d4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:
id: docker_build
uses: docker/build-push-action@v2
with:
push: true
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ env.image_name }}:latest,${{ env.image_name }}:${{ github.ref_name }}

0 comments on commit fe02d4e

Please sign in to comment.