Skip to content

don't use submodules recursive anymore on github action checkout #7

don't use submodules recursive anymore on github action checkout

don't use submodules recursive anymore on github action checkout #7

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Login into ghcr.io
if: github.ref == 'refs/heads/master'
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin
- name: Publish
if: github.ref == 'refs/heads/master'
run: ./task publish_docker