Attempt to fix tagging

This commit is contained in:
Parker M. 2024-07-18 16:16:11 -05:00
parent 463cd8cf29
commit 17671c5680
No known key found for this signature in database
GPG Key ID: 95CD2E0C7E329F2A

View File

@ -37,7 +37,9 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: latest
- name: Build and push Docker image
id: push