AAAAAAA
This commit is contained in:
parent
f27051ff2c
commit
cc7c3ff4b3
1 changed files with 5 additions and 5 deletions
|
|
@ -7,7 +7,7 @@ on:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DOCKER_TLS_CERTDIR: /certs
|
DOCKER_TLS_CERTDIR: /certs
|
||||||
IMAGE_TAG: ${{ github.ref_name }}
|
IMAGE_TAG: ${{ github.sha }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
splatoon:
|
splatoon:
|
||||||
|
|
@ -33,8 +33,8 @@ jobs:
|
||||||
|
|
||||||
- name: Build Splatoon edition
|
- name: Build Splatoon edition
|
||||||
env:
|
env:
|
||||||
CI_REGISTRY_IMAGE: git.spbr.net/rust-nex
|
CI_REGISTRY_IMAGE: git.spbr.net/Spacebar/rust-nex
|
||||||
CI_COMMIT_SHORT_SHA: ${{ github.ref_name }}
|
CI_COMMIT_SHORT_SHA: ${{ github.sha }}
|
||||||
run: ./.ci-scripts/make-edition.sh splatoon
|
run: ./.ci-scripts/make-edition.sh splatoon
|
||||||
|
|
||||||
friends:
|
friends:
|
||||||
|
|
@ -60,6 +60,6 @@ jobs:
|
||||||
|
|
||||||
- name: Build Friends edition
|
- name: Build Friends edition
|
||||||
env:
|
env:
|
||||||
CI_REGISTRY_IMAGE: git.spbr.net/rust-nex
|
CI_REGISTRY_IMAGE: git.spbr.net/Spacebar/rust-nex
|
||||||
CI_COMMIT_SHORT_SHA: ${{ github.ref_name }}
|
CI_COMMIT_SHORT_SHA: ${{ github.sha }}
|
||||||
run: ./.ci-scripts/make-edition.sh friends
|
run: ./.ci-scripts/make-edition.sh friends
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue