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}}