Skip to content

Commit

Permalink
fix: fix naming for docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
gipo355 committed May 29, 2024
1 parent 2d6aabe commit da32386
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
# list of Docker images to use as base name for tags
images: |
ghcr.io/gipo999/webapp-boilerplate
ghcr.io/gipo999/tomcat-webapp-boilerplate
# generate Docker tags based on the following events/attributes
tags: |
type=schedule
Expand Down Expand Up @@ -80,5 +80,6 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
# tags: ghcr.io/${{ github.repository_owner }}/its-battistar-express:latest
# TODO: tag with release version
tags: ${{ steps.meta.outputs.tags }}, ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:latest
# tags: ${{ steps.meta.outputs.tags }}, ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:latest
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit da32386

Please sign in to comment.