ci: fix docker tag (#17)

This commit is contained in:
Morten Olsen
2024-01-13 14:07:33 +01:00
committed by GitHub
parent 9a5b27f1be
commit c8e02d8da4

View File

@@ -83,7 +83,7 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
latest
- name: Build and push Docker image
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with: