Skip to content

build: add 9.1

build: add 9.1 #26

Workflow file for this run

name: Deploy
on:
push:
branches:
- master
jobs:
build:
name: "Build, test & deploy images (${{ matrix.series }})"
runs-on: ubuntu-latest
environment: deployment
strategy:
fail-fast: false
matrix:
series: [8x_1, 8x_2, 9x]
steps:
- uses: actions/checkout@master
- run: ./build.sh ${{ matrix.series }}
- run: ./test.sh
- run: ./login.sh
env:
DOCKER_USER_NAME: ${{ secrets.DOCKER_USER_USERNAME }}
DOCKER_USER_PASSWORD: ${{ secrets.DOCKER_USER_PASSWORD }}
- run: ./deploy.sh