Skip to content

fix: bump cookie to ^0.7.0 for CVE-2024-47764 (#932) (#994) #203

fix: bump cookie to ^0.7.0 for CVE-2024-47764 (#932) (#994)

fix: bump cookie to ^0.7.0 for CVE-2024-47764 (#932) (#994) #203

Workflow file for this run

name: Publish Docker image
on:
workflow_dispatch:
push:
branches: [main]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Publish to Docker Hub
run: ./scripts/publish_docker.sh
env:
DOCKER_HUB_PUBLISH_TOKEN: ${{ secrets.DOCKER_HUB_PUBLISH_TOKEN }}