Skip to content

✨ FeaT: upload image #6

✨ FeaT: upload image

✨ FeaT: upload image #6

Workflow file for this run

name: Publish
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Publish image
run: |
make image/publish version=latest
make image/publish