feat: add latest tag to docker build
Some checks failed
Reload Act Runner Stack to clear cache for workflows / diff (push) Successful in 26s
Reload Act Runner Stack to clear cache for workflows / deploy-gitainer (push) Failing after 3s
Reload Act Runner Stack to clear cache for workflows / notify (push) Has been skipped

This commit is contained in:
Martin Dimitrov 2026-03-06 12:53:02 -08:00
parent f38768166a
commit f2048f920c

View File

@ -27,6 +27,13 @@ runs:
with: with:
context: workflow context: workflow
images: ${{ inputs.registry_image }} images: ${{ inputs.registry_image }}
tags: |
type=ref,event=branch
type=ref,event=tag
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=raw,value=latest,enable={{is_default_branch}}
- name: Build and push Docker image - name: Build and push Docker image
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6