Skip to content

Commit

Permalink
fix push image with proper tag
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Sep 6, 2023
1 parent 759e975 commit d7c5ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
with:
context: .
file: Dockerfile
tags: ${{ needs.build-x64.outputs.meta.tags }}
tags: ${{ needs.build-x64.outputs.meta }}
push: true
platforms: linux/amd64,linux/arm64
- name: Image digest
Expand Down

0 comments on commit d7c5ec8

Please sign in to comment.