Skip to content

Commit

Permalink
Fix typo in Docker push step
Browse files Browse the repository at this point in the history
  • Loading branch information
garyttierney committed Oct 12, 2024
1 parent effe394 commit db9dde6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
with:
platforms: ${{ matrix.build_configuration.platform }}
labels: ${{ steps.meta.outputs.labels }}
tags: ${{ steps.meta.output.tags }}
tags: ${{ steps.meta.outputs.tags }}
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
build-args: |
TARGET=${{ matrix.build_configuration.triple }}
Expand All @@ -111,7 +111,7 @@ jobs:
with:
platforms: ${{ matrix.build_configuration.platform }}
labels: ${{ steps.meta.outputs.labels }}
tags: ${{ steps.meta.output.tags }}
tags: ${{ steps.meta.outputs.tags }}
push: true
build-args: |
TARGET=${{ matrix.build_configuration.triple }}
Expand Down

0 comments on commit db9dde6

Please sign in to comment.