WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit e654012

Browse files
committed
Remove references to dockerhub from GHA
1 parent 939839b commit e654012

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

.github/workflows/pr.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ jobs:
3838
if: ${{ contains( github.event.pull_request.labels.*.name, 'safe-to-test') }}
3939
container:
4040
image: golang:1.24-alpine
41-
credentials:
42-
username: ${{ secrets.DOCKER_HUB_USERNAME }}
43-
password: ${{ secrets.DOCKER_HUB_TOKEN }}
4441

4542
steps:
4643
- name: Dump github context
@@ -79,9 +76,6 @@ jobs:
7976
if: ${{ contains( github.event.pull_request.labels.*.name, 'safe-to-test') }}
8077
container:
8178
image: python:3.11.11
82-
credentials:
83-
username: ${{ secrets.DOCKER_HUB_USERNAME }}
84-
password: ${{ secrets.DOCKER_HUB_TOKEN }}
8579

8680
steps:
8781
- name: Dump github context

.github/workflows/release.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ jobs:
2828
runs-on: [ self-hosted, Linux ]
2929
container:
3030
image: golang:1.24-alpine
31-
credentials:
32-
username: ${{ secrets.DOCKER_HUB_USERNAME }}
33-
password: ${{ secrets.DOCKER_HUB_TOKEN }}
3431

3532
steps:
3633
- name: Dump github context
@@ -67,9 +64,6 @@ jobs:
6764
runs-on: [ self-hosted, Linux ]
6865
container:
6966
image: python:3.11.11
70-
credentials:
71-
username: ${{ secrets.DOCKER_HUB_USERNAME }}
72-
password: ${{ secrets.DOCKER_HUB_TOKEN }}
7367

7468
env:
7569
V3IO_API: ${{ secrets.V3IO_API }}

0 commit comments

Comments
 (0)