Add 'latest' tag
This commit is contained in:
parent
dd1f79401f
commit
9b1538c23b
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
@ -37,6 +37,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 Docker image
|
||||
uses: docker/build-push-action@v5
|
||||
|
Loading…
Reference in New Issue
Block a user