This commit is contained in:
@ -19,15 +19,18 @@ jobs:
|
||||
registry: gitea.jde.nz
|
||||
username: DoesntMatter
|
||||
password: ${{ secrets.DOCKER_PUSH_TOKEN }}
|
||||
- name: Build Base
|
||||
- name: Build Base - Multiple Architectures
|
||||
run: |
|
||||
cd build-base && ./build.sh
|
||||
- name: Build
|
||||
- name: Build Test Applications
|
||||
run: |
|
||||
./build.sh
|
||||
- name: Test
|
||||
cd tests && ./build.sh
|
||||
- name: Run Tests
|
||||
run: |
|
||||
./test.sh
|
||||
- name: Publish
|
||||
cd tests && ./test.sh
|
||||
- name: Publish as Latest
|
||||
run: |
|
||||
SOS_WRITE_TOKEN=${{ secrets.SOS_WRITE_TOKEN }} DOCKER_PUSH_TOKEN=${{ secrets.DOCKER_PUSH_TOKEN }} ./publish.sh
|
||||
cd build-base && \
|
||||
SOS_WRITE_TOKEN=${{ secrets.SOS_WRITE_TOKEN }} \
|
||||
DOCKER_PUSH_TOKEN=${{ secrets.DOCKER_PUSH_TOKEN }} \
|
||||
./publish.sh
|
||||
|
Reference in New Issue
Block a user