Skip to content

build(deps): bump python in the docker-dependencies group (#118) #19

build(deps): bump python in the docker-dependencies group (#118)

build(deps): bump python in the docker-dependencies group (#118) #19

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@91dda16028f109ac78016dd740206fd109740068 # v15.0.0
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 }}'