Attempt to fix container tagging

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

View File

@ -38,7 +38,8 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: latest
flavor: |
latest=auto
- name: Build and push Docker image