Skip to content

Commit

Permalink
clean up templated configs
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Dec 14, 2023
1 parent 863b45a commit dd56cd9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/image-deps-updater.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ jobs:
registry-password: ${{ secrets.DOCKERHUB_PASSWORD }}
overwrite: ${{ github.event.inputs.overwrite }}

- name: Clean up templated configs
run: |
rm deploy/minio/apko.yaml
rm deploy/rqlite/apko.yaml
rm deploy/dex/apko.yaml
update-image-deps:
needs: [build-3rd-party-images]
runs-on: ubuntu-20.04
Expand Down

0 comments on commit dd56cd9

Please sign in to comment.