Skip to content

Commit

Permalink
Update default.yaml - vars insides env
Browse files Browse the repository at this point in the history
  • Loading branch information
nguoianphu authored Jul 16, 2023
1 parent b990382 commit 0e19ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
DH_IMAGE_NAME: ${{ vars.DOCKERHUB_USER }}/alpine-android

GHCR_IMAGE_BASE_NAME: ${{ vars.GITHUB_USER }}/alpine-android-base
GHCR_IMAGE_NAME: ${{ env.GITHUB_USER }}/alpine-android
GHCR_IMAGE_NAME: ${{ vars.GITHUB_USER }}/alpine-android

QUAY_IMAGE_BASE_NAME: ${{ vars.QUAY_USER }}/alpine-android-base
QUAY_IMAGE_NAME: ${{ vars.QUAY_USER }}/alpine-android
Expand Down

0 comments on commit 0e19ee2

Please sign in to comment.