build(deps): bump ghcr.io/devcontainers/features/python from 1.6.5 to 1.7.0 #4
Workflow file for this run
This file contains hidden or 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
| name: Container Build and Deploy | |
| on: | |
| push: | |
| branches: | |
| - main | |
| tags: | |
| - v* | |
| pull_request: | |
| permissions: | |
| contents: read | |
| packages: write | |
| # Used by actions/attest-build-provenance | |
| id-token: write | |
| attestations: write | |
| jobs: | |
| build-push: | |
| uses: darbiadev/.github/.github/workflows/container-build-push.yaml@41518576ed6c499ed3e68d5cbceaeaa50abd471a # v14.1.0 | |
| with: | |
| file-name: Dockerfile | |
| deploy: | |
| needs: build-push | |
| runs-on: ubuntu-latest | |
| if: ${{ github.ref == 'refs/heads/main' }} | |
| steps: | |
| - name: "Update deployment" | |
| run: curl -X POST '${{ secrets.DEPLOY_WEBHOOK }}' |