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:
|
||||
- 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}}
|
||||
|
Reference in New Issue
Block a user