Skip to content

Commit

Permalink
disable github action
Browse files Browse the repository at this point in the history
  • Loading branch information
sirikon committed Nov 18, 2023
1 parent 622308f commit 571ba79
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
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
# 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

0 comments on commit 571ba79

Please sign in to comment.