Update docker-publish.yml

This commit is contained in:
叁月柒
2025-05-11 13:58:46 +08:00
committed by GitHub
parent f26894a147
commit 0d36fe8b32

View File

@@ -35,6 +35,9 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=ref,event=branch
type=raw,value=latest
- name: Build and push Docker image
uses: docker/build-push-action@v5