Skip to content

docker: bump poetry version #165

docker: bump poetry version

docker: bump poetry version #165

Workflow file for this run

name: Push main
on:
push:
branches: [main]
defaults:
run:
shell: bash
jobs:
test:
uses: ./.github/workflows/tests.yml
with:
ref: ${{ github.ref }}
secrets: inherit
deploy:
needs: test
runs-on: ubuntu-latest
steps:
- name: send event
uses: cern-sis/gh-workflows/.github/actions/[email protected]
with:
event-type: update
images: |
cern-sis/scoap3/scoap3-backend@${{ needs.test.outputs.backend-image-id }}
token: ${{ secrets.PAT_FIRE_EVENTS_ON_CERN_SIS_KUBERNETES_SCOAP3 }}