Skip to content

0.2.6

0.2.6 #17

Workflow file for this run

name: Publish 'latest' image
on:
release:
types:
- "created"
jobs:
cd:
strategy:
matrix:
include:
- unity-docker-image: unityci/editor:2022.3.12f1-webgl-3.0.0
service-name: asset-bundle-converter
platform-target: webgl
- unity-docker-image: unityci/editor:2022.3.12f1-windows-mono-3.0.0
service-name: asset-bundle-converter-windows
platform-target: windows
- unity-docker-image: unityci/editor:2022.3.12f1-mac-mono-3.0.0
service-name: asset-bundle-converter-mac
platform-target: mac
uses: ./.github/workflows/docker-common.yml
with:
service-name: ${{ matrix.service-name }}
unity-docker-image: ${{ matrix.unity-docker-image }}
platform-target: ${{ matrix.platform-target }}
deployment-environment: prd
docker-tag: latest
upload-image: true
secrets: inherit