Skip to content

Bump undici from 5.19.1 to 5.26.3 #24

Bump undici from 5.19.1 to 5.26.3

Bump undici from 5.19.1 to 5.26.3 #24

Workflow file for this run

name: Marty Nightly
on:
push:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . -t msawatzky75/marty:nightly
- name: Login to docker
run: docker login -u msawatzky75 -p ${{secrets.DOCKER_ACCESS_TOKEN}}
- name: Push the Docker image
run: docker push msawatzky75/marty:nightly