Skip to content

Commit f3adedd

Browse files
Update package.yml (#4)
1 parent a305e56 commit f3adedd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/package.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ name: Release
22

33
on:
44
push:
5-
branches:
6-
- adds-code-to-enrich-data
7-
5+
tags:
6+
- v**
87
env:
98
REGISTRY: ghcr.io/${{ github.repository_owner }}/trivy-extractor
109
API_IMAGE_NAME: trivy-extractor
@@ -45,4 +44,4 @@ jobs:
4544
push: true
4645
file: Dockerfile
4746
tags: ${{ env.REGISTRY }}/${{ env.API_IMAGE_NAME }}:${{ env.Version}}
48-
labels: ${{ steps.meta-api.outputs.labels }}
47+
labels: ${{ steps.meta-api.outputs.labels }}

0 commit comments

Comments
 (0)