Skip to content

Commit

Permalink
Update default.yaml - docker hub user
Browse files Browse the repository at this point in the history
  • Loading branch information
nguoianphu committed Jul 16, 2023
1 parent e5d83ed commit 52fd7db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ env:
QUAY_IMAGE_BASE_NAME: alvr/alpine-android-base
QUAY_IMAGE_NAME: alvr/alpine-android

DOCKERHUB_USER: alvrme
QUAY_USER: alvr
# DOCKERHUB_USER: alvrme
# QUAY_USER: alvr

DEFAULT_JDK_VERSION: 11
LATEST_STABLE_API: 33
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ env.DOCKERHUB_USER }}
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_PASS }}

# - name: Login to GitHub Container Registry
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ env.DOCKERHUB_USER }}
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_PASS }}

# - name: Login to GitHub Container Registry
Expand Down

0 comments on commit 52fd7db

Please sign in to comment.