Attempt to fix tagging
This commit is contained in:
parent
463cd8cf29
commit
17671c5680
4
.github/workflows/docker-publish.yml
vendored
4
.github/workflows/docker-publish.yml
vendored
@ -37,7 +37,9 @@ jobs:
|
||||
id: meta
|
||||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
|
||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||
tags: latest
|
||||
|
||||
|
||||
- name: Build and push Docker image
|
||||
id: push
|
||||
|
Loading…
x
Reference in New Issue
Block a user