Tag images as "latest" as opposed to the commit SHA

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

View File

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