Skip to content

v1.9.16: updated base images to ubi9 #13

v1.9.16: updated base images to ubi9

v1.9.16: updated base images to ubi9 #13

Workflow file for this run

name: release
on:
release:
types: [published]
jobs:
moon:
runs-on: ubuntu-latest
if: github.repository == 'aerokube/moon'
steps:
- uses: actions/checkout@v3
- name: Prepare release version
run: echo "RELEASE_VERSION=${GITHUB_REF:10}" >> $GITHUB_ENV
- name: Download and extract release
run: ci/download.sh $RELEASE_VERSION
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
- uses: AButler/[email protected]
with:
files: 'dist/*'
repo-token: ${{ secrets.GITHUB_TOKEN }}