Create a latest & sha tag
All checks were successful
Build and Push Container / build (push) Successful in 38s
All checks were successful
Build and Push Container / build (push) Successful in 38s
This commit is contained in:
parent
25ea581063
commit
c97e4081d0
@ -16,6 +16,10 @@ jobs:
|
||||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
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
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
Loading…
Reference in New Issue
Block a user