Skip to content

Commit

Permalink
Merge pull request #5 from ublue-os/fix-tag-build-errors
Browse files Browse the repository at this point in the history
fix: update incorrect registry environment variable name
  • Loading branch information
p5 authored Mar 2, 2024
2 parents ecf6157 + d5b8624 commit 989c5ee
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 989c5ee

Please sign in to comment.