Skip to content

Commit

Permalink
change docker hub repo
Browse files Browse the repository at this point in the history
  • Loading branch information
adejanovski committed Jul 3, 2023
1 parent 4e304ac commit b05db41
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
cache: true
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with:
platforms: 'arm64,arm'
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Login to DockerHub
Expand All @@ -41,7 +43,7 @@ jobs:
file: Dockerfile
context: .
push: true
tags: k8ssandra/k8ssandra-operator:${{ steps.vars.outputs.tag_name}}
tags: alexdejanovski269/k8ssandra-operator:${{ steps.vars.outputs.tag_name}}
platforms: linux/amd64,linux/arm64
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
Expand Down

0 comments on commit b05db41

Please sign in to comment.