Skip to content

Commit

Permalink
Revert remove-untagged-images.yaml (#2219)
Browse files Browse the repository at this point in the history
  • Loading branch information
brfrn169 authored Sep 5, 2024
1 parent e28624c commit 06106ac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/remove-untagged-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: scalardb-server
uses: camargo/delete-untagged-action@v1
with:
github-token: ${{ secrets.CR_PAT }}
package-name: scalardb-server

- name: scalardb-schema-loader
uses: camargo/delete-untagged-action@v1
with:
Expand Down

0 comments on commit 06106ac

Please sign in to comment.