Skip to content

Commit

Permalink
ci: add missing env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeinhaus committed Apr 11, 2023
1 parent ec797dc commit e1f1ef7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ on:
push:
branches:
- main
env:
# Use docker.io for Docker Hub if empty
REGISTRY: ghcr.io
# github.repository as <account>/<repo>
IMAGE_NAME: jeinhaus/port-forward
jobs:
release:
name: Release
Expand Down

0 comments on commit e1f1ef7

Please sign in to comment.