File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -489,7 +489,7 @@ jobs:
489489 password : " ${{ secrets.DOCKERHUB_TOKEN }}"
490490 continue-on-error : true
491491
492- # https://hub.docker.com/r/azathothas /gh-runner-x86_64-ubuntu
492+ # https://hub.docker.com/r/pkgforge /gh-runner-x86_64-ubuntu
493493 - name : Docker Build and Push (gh-runner-x86_64-ubuntu)
494494 uses : docker/build-push-action@v6
495495 with :
@@ -498,8 +498,8 @@ jobs:
498498 # platforms: "linux/amd64,linux/arm64"
499499 platforms : " linux/amd64"
500500 tags : |
501- azathothas /gh-runner-x86_64-ubuntu:latest
502- azathothas /gh-runner-x86_64-ubuntu:${{ env.DOCKER_TAG }}
501+ pkgforge /gh-runner-x86_64-ubuntu:latest
502+ pkgforge /gh-runner-x86_64-ubuntu:${{ env.DOCKER_TAG }}
503503 push : true
504504 continue-on-error : true
505505# ------------------------------------------------------------------------------------#
You can’t perform that action at this time.
0 commit comments