Skip to content

[IMP] Include branch in image tags #3

[IMP] Include branch in image tags

[IMP] Include branch in image tags #3

Workflow file for this run

name: dev-build
on:
push:
branches:
- "16.0"
jobs:
build:
uses: ./.github/workflows/build-and-push.yml
with:
tags: ghcr.io/${{ github.repository_owner }}/curq:${{ github.ref_name }}-dev,ghcr.io/${{ github.repository_owner }}/curq:${{ github.ref_name }}-${{ github.sha }}