trying to make new branch build too

This commit is contained in:
legop3 2026-06-14 14:41:23 -04:00
parent 4f77e77b1e
commit 1e00a8538c

View file

@ -4,6 +4,7 @@ on:
push: push:
branches: branches:
- master - master
- bigslop
tags: tags:
- "v*" - "v*"
workflow_dispatch: workflow_dispatch:
@ -45,6 +46,7 @@ jobs:
type=ref,event=branch type=ref,event=branch
type=ref,event=tag type=ref,event=tag
type=sha,prefix=sha- type=sha,prefix=sha-
type=raw,value=testing,enable=${{ github.ref == 'refs/heads/testing' }}
- name: Build and push - name: Build and push
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6