We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a305e56 commit f3adeddCopy full SHA for f3adedd
.github/workflows/package.yml
@@ -2,9 +2,8 @@ name: Release
2
3
on:
4
push:
5
- branches:
6
- - adds-code-to-enrich-data
7
-
+ tags:
+ - v**
8
env:
9
REGISTRY: ghcr.io/${{ github.repository_owner }}/trivy-extractor
10
API_IMAGE_NAME: trivy-extractor
@@ -45,4 +44,4 @@ jobs:
45
44
push: true
46
file: Dockerfile
47
tags: ${{ env.REGISTRY }}/${{ env.API_IMAGE_NAME }}:${{ env.Version}}
48
- labels: ${{ steps.meta-api.outputs.labels }}
+ labels: ${{ steps.meta-api.outputs.labels }}
0 commit comments