improve image deployment
Docker / build (push) Has been cancelled Details

This commit is contained in:
Chris W 2024-01-07 12:06:01 -07:00
parent 2dfb5ba45d
commit a04006ee91
1 changed files with 5 additions and 0 deletions

View File

@ -63,6 +63,11 @@ jobs:
uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5.0.0
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action