Skip to content

Commit

Permalink
fix: ghcr login
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Oct 14, 2024
1 parent 356e6d1 commit da9840b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ name: Release
jobs:
release-please:
runs-on: ubuntu-latest
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
outputs:
version: "${{steps.release.outputs.version }}"
release_created: "${{steps.release.outputs.release_created == 'true' }}"
Expand All @@ -27,6 +24,9 @@ jobs:
release-container:
runs-on: ubuntu-latest
needs: release-please
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
steps:
- run: echo "${{needs.release-please.outputs.version}}"
- run: echo "${{needs.release-please.outputs.release_created}}"
Expand Down

0 comments on commit da9840b

Please sign in to comment.