try tagging images with :latest
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user