Skip to content

Commit

Permalink
fix: dev: Correct pipeline (II).
Browse files Browse the repository at this point in the history
  • Loading branch information
dallinb committed Oct 13, 2024
1 parent c8e4a25 commit d33c38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ jobs:
ghcr.io/cbdq-io/avro-tools:${{ env.TAG }}
build-args: |
AVRO_TOOLS_VERSION=${{ env.tag }}
outputs: type=image,name=target,annotation-index.org.opencontainers.image.description="Avro Tools ${{ env.tag }}"
outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=Avro Tools ${{ env.tag }}

0 comments on commit d33c38a

Please sign in to comment.