Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuelef committed Aug 6, 2023
1 parent fc2984a commit 876650e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ghcr-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
VERSION_NUMBER: latest

jobs:
push_to_registry:
Expand All @@ -33,7 +34,7 @@ jobs:
- name: Release version
if: ${{ github.event_name == 'release' }}
run: echo "VERSION_NUMBER=$((github.event.release.tag_name))"
run: echo ${{ env.VERSION_NUMBER }}
env:
VERSION_NUMBER: ${{ github.event.release.tag_name }}

Expand Down

0 comments on commit 876650e

Please sign in to comment.