Skip to content

chore: bump CAS to 7.2.7.1 #8

chore: bump CAS to 7.2.7.1

chore: bump CAS to 7.2.7.1 #8

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