Skip to content

Commit

Permalink
error while specifying repo names in the gha
Browse files Browse the repository at this point in the history
  • Loading branch information
kiloutyg committed Mar 21, 2024
1 parent 893ade6 commit 8d0ecf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
id: meta
uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5.0.0
with:
images: ${{ env.REGISTRY }}/${{ env.API_IMAGE_NAME }}api
images: ${{ env.REGISTRY }}/${{ env.API_IMAGE_NAME }}
tags: |
type=ref,event=branch
type=ref,event=tag
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
id: meta
uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5.0.0
with:
images: ${{ env.REGISTRY }}/${{ env.FRONT_IMAGE_NAME }}prod
images: ${{ env.REGISTRY }}/${{ env.FRONT_IMAGE_NAME }}
tags: |
type=ref,event=branch
type=ref,event=tag
Expand Down

0 comments on commit 8d0ecf0

Please sign in to comment.