Skip to content

Commit

Permalink
feat: configure GitHub Actions CI with environment variables for regi…
Browse files Browse the repository at this point in the history
…stry and image name
  • Loading branch information
kalinkrustev committed Feb 23, 2025
1 parent 3f3728d commit 45361dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
branches: ["main"]
pull_request:
branches: ["main"]
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 45361dd

Please sign in to comment.