Skip to content

Commit

Permalink
Release 1.0.0a3
Browse files Browse the repository at this point in the history
  • Loading branch information
ericof committed Oct 1, 2024
1 parent 45b8167 commit 5935a45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
${{ env.IMAGE_NAME_PREFIX }}-${{ env.IMAGE_NAME_SUFFIX }}
${{ env.IMAGE_NAME_PREFIX }}-frontend
labels: |
org.label-schema.docker.cmd=docker run -d -p 3000:3000 ${{ env.IMAGE_NAME_PREFIX }}-${{ env.IMAGE_NAME_SUFFIX }}:latest
org.label-schema.docker.cmd=docker run -d -p 3000:3000 ${{ env.IMAGE_NAME_PREFIX }}-frontend:${{ github.ref_name }}
flavor:
latest=false
tags: |
Expand Down

0 comments on commit 5935a45

Please sign in to comment.