Skip to content

Bump werkzeug from 3.0.1 to 3.0.3 in /eq-stub #86

Bump werkzeug from 3.0.1 to 3.0.3 in /eq-stub

Bump werkzeug from 3.0.1 to 3.0.3 in /eq-stub #86

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@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Checkout
uses: actions/checkout@v3
- name: Build Images
run: make build-all