Skip to content

Bump werkzeug from 3.0.1 to 3.0.6 in /eq-stub (#56) #126

Bump werkzeug from 3.0.1 to 3.0.6 in /eq-stub (#56)

Bump werkzeug from 3.0.1 to 3.0.6 in /eq-stub (#56) #126

Workflow file for this run

name: Test Image Builds
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test-image-builds:
runs-on: ubuntu-latest
steps:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Checkout
uses: actions/checkout@v4
- name: Build Images
run: make build-all