Skip to content

Commit

Permalink
fix docker release
Browse files Browse the repository at this point in the history
  • Loading branch information
kylrth committed Aug 28, 2023
1 parent 59aad2d commit fb629bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
release:
types: [created]

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}

jobs:
binary:
runs-on: ubuntu-latest
Expand Down

0 comments on commit fb629bb

Please sign in to comment.