Skip to content

release-build

release-build #2

Workflow file for this run

name: release-build
on:
release:
types: [published]
jobs:
build:
uses: ./.github/workflows/build-and-push.yml
with:
tags: ghcr.io/${{ github.repository_owner }}/curq:latest,ghcr.io/${{ github.repository_owner }}/curq:${{ github.event.release.tag_name }},ghcr.io/${{ github.repository_owner }}/curq:${{ github.ref_name }}