Skip to content

Commit

Permalink
test: pushing images to registry
Browse files Browse the repository at this point in the history
  • Loading branch information
mhrabovcin committed Feb 19, 2024
1 parent f537b8b commit 24dfc52
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cve-patch-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: CVE patch
on:
workflow_dispatch: {}

permissions:
packages: write

env:
IMAGES_TEST: |
cr.fluentbit.io/fluent/fluent-bit:2.1.4
Expand Down Expand Up @@ -179,6 +182,5 @@ jobs:
images: ${{ steps.save-images.outputs.images }}
github-token: ${{ secrets.GITHUB_TOKEN }}
debug: true
skip-upload: true
timeout: 2h

0 comments on commit 24dfc52

Please sign in to comment.