File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments