From 07263520b6506f99a0954eb9cb7c22d4a0dc3309 Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Sun, 3 Aug 2025 23:01:54 +0200 Subject: [PATCH] feat(oci): remove testing on push branches --- .github/workflows/build-oci.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-oci.yaml b/.github/workflows/build-oci.yaml index c14e0d2..bef883e 100644 --- a/.github/workflows/build-oci.yaml +++ b/.github/workflows/build-oci.yaml @@ -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}}