Skip to content

Commit

Permalink
[centos-workstation] fix registry
Browse files Browse the repository at this point in the history
  • Loading branch information
detiber committed Dec 20, 2024
1 parent 1f9d2fe commit 675eb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
if: github.event_name != 'pull_request'
id: push
with:
registry: ${{ steps.registry_case.outputs.lowercase }}
registry: "ghcr.io"
image: ${{ env.IMAGE_NAME }}
tags: "latest"
extra-args: |
Expand Down

0 comments on commit 675eb98

Please sign in to comment.