Skip to content

Commit

Permalink
Disable dockerhub stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Haarolean committed Jan 23, 2024
1 parent bbc4b3c commit 153e4ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,8 @@ jobs:
restore-keys: |
${{ runner.os }}-buildx-
- name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push
if: false # TODO fix for github images
id: docker_build_and_push
uses: docker/build-push-action@v4
with:
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,8 @@ jobs:
restore-keys: |
${{ runner.os }}-buildx-
- name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push
if: false # TODO fix for github images
id: docker_build_and_push
uses: docker/build-push-action@v4
with:
Expand Down

0 comments on commit 153e4ca

Please sign in to comment.