Skip to content

Commit

Permalink
Update calibre-fullserver-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ridgarou authored Oct 4, 2020
1 parent c72d0b6 commit 0c79566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/calibre-fullserver-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
# Docker repository to tag the image with
repository: ${{ env.DOCKER_IMAGE_NAME }}
# Comma-delimited list of tags. These will be added to the registry/repository to form the image's tags
tags: ${{ env.DOCKER_IMAGE_NAME }}:latest, ${{ env.DOCKER_IMAGE_NAME }}:${ flag } # optional
tags: ${{ env.DOCKER_IMAGE_NAME }}:latest, ${{ env.DOCKER_IMAGE_NAME }}:${{ flag }} # optional
# Automatically tags the built image with the git reference as per the readme
#tag_with_ref: # optional
# Automatically tags the built image with the git short SHA as per the readme
Expand Down

0 comments on commit 0c79566

Please sign in to comment.