try tagging images with :latest

This commit is contained in:
Robert Dyer
2024-12-10 16:04:21 -06:00
parent f74b544fd2
commit 4b7258e1e1
2 changed files with 9 additions and 5 deletions
+3
View File
@@ -32,6 +32,9 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
# set latest tag for default branch
type=raw,value=latest,enable={{is_default_branch}}
- name: Build and push the Docker image
id: push