Skip to content

Commit

Permalink
Corrige nome da imagem de demo
Browse files Browse the repository at this point in the history
  • Loading branch information
ericof committed Jul 10, 2024
1 parent 61eea5b commit fbbabf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
${{ env.IMAGE_NAME_PREFIX }}-${{ env.IMAGE_NAME_SUFFIX }}
${{ env.IMAGE_NAME_PREFIX }}-demo
labels: |
org.label-schema.docker.cmd=docker run -d -p 8080:8080 ${{ env.IMAGE_NAME_PREFIX }}-${{ env.IMAGE_NAME_SUFFIX }}:latest
org.label-schema.docker.cmd=docker run -d -p 8080:8080 ${{ env.IMAGE_NAME_PREFIX }}-demo:latest
flavor:
latest=false
tags: |
Expand Down

0 comments on commit fbbabf6

Please sign in to comment.