Publish "latest" on main branch

This commit is contained in:
Kamil
2024-11-22 21:02:33 +00:00
parent f9993959ed
commit 7177581a4c

View File

@@ -38,7 +38,9 @@ jobs:
with: with:
context: . context: .
push: true push: true
tags: ghcr.io/${{ github.repository }}:${{ env.VERSION }} tags: |
ghcr.io/${{ github.repository }}:${{ env.VERSION }}
ghcr.io/${{ github.repository }}:latest
# Create a release on GitHub # Create a release on GitHub
- name: Create GitHub Release - name: Create GitHub Release