Skip to content

v2.4.1

v2.4.1 #21

Workflow file for this run

name: Marty Latest
on:
release:
types:
- published
- unpublished
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . -t msawatzky75/marty:latest
- name: Login to docker
run: docker login -u msawatzky75 -p ${{secrets.DOCKER_ACCESS_TOKEN}}
- name: Push the Docker image
run: docker push msawatzky75/marty:latest