Skip to content

Commit

Permalink
don't publish to zothub
Browse files Browse the repository at this point in the history
Signed-off-by: Serge Hallyn <serge@hallyn.com>
  • Loading branch information
hallyn committed Feb 25, 2024
1 parent e596243 commit 30f928a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,6 @@ jobs:
- name: build layers
run: |
make STACKER_COMMON_OPTS=--debug
- name: Publish zot
if: startsWith(github.ref, 'refs/tags/')
env:
PUBLISH_USER: ${{ secrets.ZOTHUB_USERNAME }}
PUBLISH_PASSWORD: ${{ secrets.ZOTHUB_PASSWORD }}
PUBLISH_URL: "docker://zothub.io/machine/bootkit"
run: |
make publish
- name: Release bin
if: startsWith(github.ref, 'refs/tags/')
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 30f928a

Please sign in to comment.