Skip to content

Commit

Permalink
Merge pull request #354 from Lodestone-Team/fix/core-docker-release-name
Browse files Browse the repository at this point in the history
Consistent naming for docker packages
  • Loading branch information
pinnouse authored Nov 21, 2023
2 parents ebb0715 + 221aac7 commit 98c0934
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/core-release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

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

jobs:
core-release-docker:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dashboard-release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: "${{ github.repository }}-dashboard"
IMAGE_NAME: "${{ github.repository }}_dashboard"

jobs:
dashboard-release-docker:
Expand Down

0 comments on commit 98c0934

Please sign in to comment.