Skip to content

Commit

Permalink
Merge pull request #183 from pspdev/no-dockerhub
Browse files Browse the repository at this point in the history
Do not push to dockerhub
  • Loading branch information
fjtrujy authored May 12, 2024
2 parents 02fa7b4 + 48953c3 commit df06af9
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,3 @@ jobs:
build-args: |
BASE_DOCKER_ALLEGREX_IMAGE=ghcr.io/${{ github.repository_owner }}/psptoolchain-allegrex:${{ env.DOCKER_TAG }}
BASE_DOCKER_EXTRA_IMAGE=ghcr.io/${{ github.repository_owner }}/psptoolchain-extra:${{ env.DOCKER_TAG }}
- name: Login to DockerHub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- uses: docker/build-push-action@v5
with:
push: true
tags: ${{ github.repository }}:${{ env.DOCKER_TAG }}
build-args: |
BASE_DOCKER_ALLEGREX_IMAGE=ghcr.io/${{ github.repository_owner }}/psptoolchain-allegrex:${{ env.DOCKER_TAG }}
BASE_DOCKER_EXTRA_IMAGE=ghcr.io/${{ github.repository_owner }}/psptoolchain-extra:${{ env.DOCKER_TAG }}

0 comments on commit df06af9

Please sign in to comment.