Skip to content

Commit

Permalink
fix metadata for docker images for amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
Bidon15 committed Nov 17, 2023
1 parent 1f341db commit 712dd0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable_dockerfile_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ jobs:
provenance: false
# Only push if the head and base repos match, meaning it is not a fork
push: ${{ needs.prepare-env.outputs.not_a_fork == 'true' }}
tags: ${{ matrix.registry.registry-url }}/${{ matrix.registry.registry-owner }}/${{ steps.meta.outputs.tags }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
file: ${{ inputs.dockerfile }}
- name: Post Docker Build Log
Expand Down

0 comments on commit 712dd0f

Please sign in to comment.