Skip to content

Commit

Permalink
ci: fix docker image name issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fredleger committed Feb 20, 2024
1 parent aa30af9 commit 253d6ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
oci-registry-password: ${{ secrets.DOCKERHUB_REGISTRY_PASSWORD }}
with:
runs-on: '["self-hosted"]'
oci-registry: "docker.io"
oci-registry: "docker.io/webofmars"
oci-registry-username: ${{ vars.DOCKERHUB_REGISTRY_USERNAME }}
images: |
[{
"image": "http-header-authenticator",
"name": "app",
"dockerfile": "./Dockerfile",
"platforms": [
"linux/amd64",
Expand Down

0 comments on commit 253d6ae

Please sign in to comment.