Skip to content

Commit

Permalink
delete existing release artifacts (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrassellyb authored Feb 2, 2024
1 parent c2d4782 commit aab9fc2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,14 @@ jobs:
name: deps
path: "/workspace/deps-${{ matrix.tags }}.csv"

- name: Delete current release existing artifacts
uses: mknejp/delete-release-assets@v1
with:
token: ${{ github.token }}
tag: "latest"
assets: |
Dependencies.list.of.docker.image.admiralci-${{ matrix.tags }}.csv
- name: Upload SBOM to release 🔼
uses: svenstaro/upload-release-action@v2
with:
Expand Down

0 comments on commit aab9fc2

Please sign in to comment.