Skip to content

Commit

Permalink
ci: fix another error
Browse files Browse the repository at this point in the history
  • Loading branch information
fredleger committed Feb 20, 2024
1 parent 85ba8b3 commit 687a176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
runs-on: '["self-hosted"]'
oci-registry: "docker.io"
oci-registry-username: ${{ secrets.DOCKERHUB_REGISTRY_USER }}
oci-registry-username: ${{ vars.DOCKERHUB_REGISTRY_USERNAME }}
images: |
[{
"image": "http-header-authenticator",
Expand Down

0 comments on commit 687a176

Please sign in to comment.