Skip to content

Commit

Permalink
Update image name in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Isnubi committed Nov 15, 2024
1 parent f93b811 commit 86224a6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
# WEB_MANAGER_IMAGE_NAME: rpm-web
# REVERSE_PROXY_IMAGE_NAME: rpm-rp
# IMAGE_NAME: ${{ github.repository }}
WEB_MANAGER_IMAGE_NAME: ClubNix/rpm-web
REVERSE_PROXY_IMAGE_NAME: ClubNix/rpm-rp

jobs:
build:
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934
with:
images: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-web-manager
${{ env.REGISTRY }}/${{ env.WEB_MANAGER_IMAGE_NAME }}
tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=ref,event=tag
Expand All @@ -56,7 +56,7 @@ jobs:
uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934
with:
images: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-reverse-proxy
${{ env.REGISTRY }}/${{ env.REVERSE_PROXY_IMAGE_NAME }}
tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=ref,event=tag
Expand Down

0 comments on commit 86224a6

Please sign in to comment.