Skip to content

Commit

Permalink
Fixed regitry
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufk committed Aug 10, 2024
1 parent da33034 commit 20bb02d
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ on:
# Allow manual trigger
workflow_dispatch:

env:
# Use docker.io for Docker Hub if empty
REGISTRY: ghcr.io
# github.repository as <account>/<repo>
IMAGE_NAME: ${{ github.repository }}

jobs:
build-and-deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 20bb02d

Please sign in to comment.