feat(oci): remove testing on push branches
This commit is contained in:
5
.github/workflows/build-oci.yaml
vendored
5
.github/workflows/build-oci.yaml
vendored
@@ -5,9 +5,6 @@ on:
|
|||||||
types:
|
types:
|
||||||
- published
|
- published
|
||||||
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- "features/**"
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: ghcr.io
|
REGISTRY: ghcr.io
|
||||||
IMAGE_NAME: ${{ github.repository }}
|
IMAGE_NAME: ${{ github.repository }}
|
||||||
@@ -36,3 +33,5 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
build-args: |
|
||||||
|
VERSION=${{github.ref_name}}
|
||||||
|
Reference in New Issue
Block a user