Skip to content

Commit

Permalink
Update package.yml (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
angrieralien committed Aug 7, 2023
1 parent a305e56 commit f3adedd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: Release

on:
push:
branches:
- adds-code-to-enrich-data

tags:
- v**
env:
REGISTRY: ghcr.io/${{ github.repository_owner }}/trivy-extractor
API_IMAGE_NAME: trivy-extractor
Expand Down Expand Up @@ -45,4 +44,4 @@ jobs:
push: true
file: Dockerfile
tags: ${{ env.REGISTRY }}/${{ env.API_IMAGE_NAME }}:${{ env.Version}}
labels: ${{ steps.meta-api.outputs.labels }}
labels: ${{ steps.meta-api.outputs.labels }}

0 comments on commit f3adedd

Please sign in to comment.