Skip to content

Commit

Permalink
comment out auto release
Browse files Browse the repository at this point in the history
  • Loading branch information
CraightonH committed Apr 22, 2023
1 parent 158e140 commit 1c670c0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/bookworm:${{ github.ref_name }}
platforms: linux/amd64,linux/arm64

- uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
files: |
bookworm.sh
Dockerfile
README.md
defaults.env
# - uses: marvinpinto/action-automatic-releases@latest
# with:
# repo_token: "${{ secrets.GITHUB_TOKEN }}"
# prerelease: false
# files: |
# bookworm.sh
# Dockerfile
# README.md
# defaults.env

0 comments on commit 1c670c0

Please sign in to comment.