Skip to content

Commit

Permalink
ci: fix publish.yml envvar
Browse files Browse the repository at this point in the history
  • Loading branch information
maelgangloff committed Aug 13, 2024
1 parent 701dd79 commit 3048d64
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
release:
types: [ published ]

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

jobs:
push_to_registries:
name: Push Docker image to multiple registries
Expand Down

0 comments on commit 3048d64

Please sign in to comment.