Fix Docker deployment

This commit is contained in:
Luke Tainton 2024-07-13 11:10:21 +01:00
parent eb4f19ee3f
commit 6674fccb6a
No known key found for this signature in database

View File

@ -41,7 +41,9 @@ jobs:
with: with:
context: . context: .
push: true push: true
tags: ${{ steps.meta.outputs.tags }} tags: |
ghcr.io/${{ github.repository }}:latest
ghcr.io/${{ github.repository }}:${{ github.event.release.name }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
- name: Generate artifact attestation - name: Generate artifact attestation