Skip to content

Bump werkzeug from 3.0.2 to 3.0.3 #179

Bump werkzeug from 3.0.2 to 3.0.3

Bump werkzeug from 3.0.2 to 3.0.3 #179

Workflow file for this run

name: Build Docker image and push to GitHub Container Registry
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Publish to GitHub Package Registry
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: wuvt/wuvt-site
username: wuvt
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
tag_names: true