Skip to content

v7.3.7.2

v7.3.7.2 #12

Workflow file for this run

name: Build and push CAS images
on:
push:
tags:
- 'v*.*.*'
permissions:
contents: read
packages: write
jobs:
build-and-push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- run: NAMESPACE=${{ github.repository_owner }} bash ./build.sh --push