Skip to content

Commit

Permalink
build: fix docker repo path
Browse files Browse the repository at this point in the history
  • Loading branch information
jeripeierSBB committed Dec 11, 2023
1 parent ea0ab70 commit b14799f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
if: needs.release-please.outputs.releases_created != true
runs-on: ubuntu-latest
env:
IMAGE_REPO: ghcr.io/${{ github.repository_owner }}/server
IMAGE_REPO: ghcr.io/${{ github.repository_owner }}/storybook
VERSION: ${{ needs.release-please.outputs.version }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit b14799f

Please sign in to comment.