Skip to content

disable github action #9

disable github action

disable github action #9

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