Skip to content

Commit

Permalink
Tweak registry hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlemke committed Sep 16, 2024
1 parent 1926e61 commit 5ae40c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
flavor: |
latest=true
images: |
flownative/action-helm-release
docker.io/flownative/action-helm-release
labels: |
org.opencontainers.image.version=${{ steps.latest_version.outputs.version }}
tags: |
Expand All @@ -50,7 +50,7 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
registry: index.docker.io
registry: docker.io
username: ${{ secrets.DOCKER_IO_REGISTRY_USER }}
password: ${{ secrets.DOCKER_IO_REGISTRY_PASSWORD }}

Expand Down

0 comments on commit 5ae40c6

Please sign in to comment.