Skip to content

Commit

Permalink
15
Browse files Browse the repository at this point in the history
  • Loading branch information
Scordo authored Sep 12, 2024
1 parent a684652 commit dd5f8ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

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

jobs:
build-and-push-image:
Expand Down Expand Up @@ -80,5 +80,5 @@ jobs:
push: true
tags: |
${{ steps.meta.outputs.tags }}
${{ env.REGISTRY }}/${{ steps.lower-repo.outputs.repository }}:dev
${{ env.REGISTRY }}/${{ steps.lower-repo.outputs.repository }}/server:dev
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit dd5f8ac

Please sign in to comment.