Skip to content

score-*-community-provisioners #6

score-*-community-provisioners

score-*-community-provisioners #6

Workflow file for this run

name: release
permissions: write-all
on:
push:
tags:
- 'v*'
jobs:
release:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: oras-project/setup-oras@v1
- name: oras login
run: |
echo ${{ secrets.GITHUB_TOKEN }} | oras login ghcr.io -u ${{ github.actor }} --password-stdin
- name: oras push
run: |
oras push ghcr.io/${{ github.repository_owner }}/score-compose-community-provisioners:${{ github.ref_name }} ./score-compose/
oras push ghcr.io/${{ github.repository_owner }}/score-k8s-community-provisioners:${{ github.ref_name }} ./score-k8s/