pass env
This commit is contained in:
parent
8c9703f1a9
commit
7f79a53f8c
1 changed files with 6 additions and 0 deletions
|
|
@ -32,6 +32,9 @@ jobs:
|
|||
run: docker login -u ${{ secrets.PACKAGE_USER }} -p ${{ secrets.PACKAGE_PWD }} ${{ secrets.PACKAGE_URL }}
|
||||
|
||||
- name: Build Splatoon edition
|
||||
env:
|
||||
CI_REGISTRY_IMAGE: ${{ secrets.PACKAGE_URL }}
|
||||
CI_COMMIT_SHORT_SHA: ${{ github.ref_name }}
|
||||
run: ./.ci-scripts/make-edition.sh splatoon
|
||||
|
||||
friends:
|
||||
|
|
@ -56,4 +59,7 @@ jobs:
|
|||
run: podman login -u ${{ secrets.PACKAGE_USER }} -p ${{ secrets.PACKAGE_PWD }} ${{ secrets.PACKAGE_URL }}
|
||||
|
||||
- name: Build Friends edition
|
||||
env:
|
||||
CI_REGISTRY_IMAGE: ${{ secrets.PACKAGE_URL }}
|
||||
CI_COMMIT_SHORT_SHA: ${{ github.ref_name }}
|
||||
run: ./.ci-scripts/make-edition.sh friends
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue