Skip to content

Commit

Permalink
[box] Restore registry
Browse files Browse the repository at this point in the history
  • Loading branch information
david committed Oct 23, 2024
1 parent 45e143a commit badb420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-boxkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
with:
image: ${{ steps.build_image.outputs.image }}
tags: ${{ steps.build_image.outputs.tags }}
registry: ${{ steps.registry_case.outputs.lowercase }}
registry: ${{ env.IMAGE_REGISTRY }}
username: ${{ env.REGISTRY_USER }}
password: ${{ env.REGISTRY_PASSWORD }}
extra-args: |
Expand Down

0 comments on commit badb420

Please sign in to comment.