Skip to content

Commit

Permalink
Update GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
Isnubi committed Nov 14, 2024
1 parent 813917b commit 480b164
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
WEB_MANAGER_IMAGE_NAME: rpm-web
REVERSE_PROXY_IMAGE_NAME: rpm-rp
# WEB_MANAGER_IMAGE_NAME: rpm-web
# REVERSE_PROXY_IMAGE_NAME: rpm-rp

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

0 comments on commit 480b164

Please sign in to comment.