Create a latest & sha tag
All checks were successful
Build and Push Container / build (push) Successful in 38s

This commit is contained in:
pfych 2025-04-20 14:11:56 +10:00
parent 25ea581063
commit c97e4081d0

View File

@ -16,6 +16,10 @@ jobs:
uses: docker/metadata-action@v5 uses: docker/metadata-action@v5
with: with:
images: git.pfy.ch/pfych/chapter-tracker images: git.pfy.ch/pfych/chapter-tracker
tags: |
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
type=sha
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3