Skip to content

Bump werkzeug from 3.0.4 to 3.0.6 in the pip group across 1 directory… #28

Bump werkzeug from 3.0.4 to 3.0.6 in the pip group across 1 directory…

Bump werkzeug from 3.0.4 to 3.0.6 in the pip group across 1 directory… #28

Workflow file for this run

name: Main
on:
push:
branches:
- main
jobs:
docker-push:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Build
run: docker build -t onsdigital/eq-survey-runner-benchmark:latest .
- name: Push
run: |
echo ${{ secrets.DOCKER_PASSWORD }} | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
echo "Pushing with tag [latest]"
docker push onsdigital/eq-survey-runner-benchmark:latest