feat(oci): remove testing on push branches

This commit is contained in:
2025-08-03 23:01:54 +02:00
parent 0f3812b666
commit 07263520b6

View File

@@ -5,9 +5,6 @@ on:
types:
- published
push:
branches:
- "features/**"
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
@@ -36,3 +33,5 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
VERSION=${{github.ref_name}}