Skip to content

Commit

Permalink
DELETE
Browse files Browse the repository at this point in the history
  • Loading branch information
Felixoid committed Dec 19, 2024
1 parent d9b1e93 commit 4273dbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ name: Create new release
type: string
jobs:
docker:
needs: [build]
name: Build image
runs-on: ubuntu-latest
# https://docs.github.com/en/actions/use-cases-and-examples/publishing-packages/publishing-docker-images#publishing-images-to-github-packages
Expand Down Expand Up @@ -83,6 +84,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
: && exit 0
TAG="${{ inputs.ref && inputs.ref || github.event.release.tag_name }}"
gh release upload --clobber --repo ${{ github.repository }} "$TAG" \
out/*.deb out/*.rpm out/*sum
Expand Down

0 comments on commit 4273dbc

Please sign in to comment.