Skip to content

Commit

Permalink
feat(minimap-api): Update image name and tags
Browse files Browse the repository at this point in the history
- Updated the `IMAGE_NAME` environment variable to use the repository owner's name followed by `/wowskarma_api_minimap`
- Removed the unnecessary `prefix=minimap-` from the flavor configuration

These changes ensure that the image name and tags are correctly set for the minimap API.
  • Loading branch information
SakuraIsayeki committed Jul 23, 2023
1 parent 37d4fb6 commit 7f46f38
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/minimap-api-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ on:

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



jobs:
build:
Expand Down Expand Up @@ -42,7 +44,6 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
flavor: |
latest=true
prefix=minimap-
tags: |
type=semver,pattern={{version}}
type=ref,event=branch
Expand Down

0 comments on commit 7f46f38

Please sign in to comment.