add libusb-1.0 and libdbus-1-3 dynlibs to docker image runtime (#961) #644
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# # Copyright (c) 2018-2022 The MobileCoin Foundation | |
# # | |
# # MobileCoin full-service - Delete development namespaces when branch is removed. | |
# name: Mobilecoin Dev Clean Up | |
# on: | |
# delete: {} | |
# jobs: | |
# metadata: | |
# if: startsWith(github.event.ref, 'feature/') | |
# runs-on: mco-dev-small-x64 | |
# outputs: | |
# namespace: ${{ steps.meta.outputs.namespace }} | |
# steps: | |
# - name: Generate version metadata | |
# uses: mobilecoinofficial/gha-k8s-toolbox@v1 | |
# id: meta | |
# with: | |
# action: generate-metadata | |
# prefix: fs | |
# delete: | |
# needs: | |
# - metadata | |
# runs-on: mco-dev-small-x64 | |
# steps: | |
# - name: Delete namespace | |
# uses: mobilecoinofficial/gha-k8s-toolbox@v1 | |
# with: | |
# action: namespace-delete | |
# namespace: ${{ needs.metadata.outputs.namespace }} | |
# rancher_cluster: ${{ secrets.DEV_RANCHER_CLUSTER }} | |
# rancher_url: ${{ secrets.DEV_RANCHER_URL }} | |
# rancher_token: ${{ secrets.DEV_RANCHER_TOKEN }} |