Skip to content

Commit

Permalink
push without custom tags
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper committed Sep 12, 2023
1 parent 97a819c commit 401095c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,5 @@ jobs:
with:
context: webapp
push: true
tags: latest, ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.labels.version }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 401095c

Please sign in to comment.