Skip to content

Commit

Permalink
added registry env
Browse files Browse the repository at this point in the history
  • Loading branch information
vermali authored Feb 26, 2025
1 parent 7da1d28 commit b8b9f0b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_push_feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ on:
description: 'What should the image be tagged as?'
required: false
default: 'dev'

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

jobs:
build-and-push-image:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b8b9f0b

Please sign in to comment.