Skip to content

Commit ce5de38

Browse files
switch to quokka registry
1 parent 68910d0 commit ce5de38

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docker-publish.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,17 @@ jobs:
4646
if: github.event_name != 'pull_request'
4747
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
4848
with:
49-
registry: ${{ env.REGISTRY }}
50-
username: ${{ github.actor }}
51-
password: ${{ secrets.GITHUB_TOKEN }}
49+
registry: docker.ethquokkaops.io
50+
username: ${{ secrets.DOCKER_REGISTRY_USER }}
51+
password: ${{ secrets.DOCKER_REGISTRY_SECRET }}
5252

5353
# Extract metadata (tags, labels) for Docker
5454
# https://github.com/docker/metadata-action
5555
- name: Extract Docker metadata
5656
id: meta
5757
uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5.0.0
5858
with:
59-
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
59+
images: docker.ethquokkaops.io/github-actions-autoscaler/backend
6060

6161
# Build and push Docker image with Buildx (don't push on PR)
6262
# https://github.com/docker/build-push-action

0 commit comments

Comments
 (0)