Skip to content

Commit

Permalink
Fix missing registry push action input
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 authored Mar 2, 2024
1 parent ecf6157 commit d5b8624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@ jobs:
with:
image: ${{ steps.build_image.outputs.image }}
tags: ${{ steps.build_image.outputs.tags }}
registry: ${{ env.image_registry }}
registry: ${{ env.IMAGE_REGISTRY }}
extra-args: |
--disable-content-trust

0 comments on commit d5b8624

Please sign in to comment.