Skip to content

Commit

Permalink
feat: ready to test actions 2
Browse files Browse the repository at this point in the history
  • Loading branch information
gipo355 committed May 29, 2024
1 parent abc2cf0 commit df1858e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ 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, ${{ ${NEW_VERSION} }}
tags: ${{ steps.meta.outputs.tags }}, $NEW_VERSION, ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:latest
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit df1858e

Please sign in to comment.