ci: container tag pattern updates

This commit is contained in:
Ramon Roche
2024-11-21 15:29:22 -08:00
committed by Daniel Agar
parent 233cf17fa7
commit 884dee35a5
+8
View File
@@ -38,6 +38,14 @@ jobs:
with:
images: |
ghcr.io/PX4/px4-dev
tags: |
type=schedule
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=ref,event=branch,suffix=-{{date 'YYYYMMDD'}}
type=ref,event=pr
type=sha
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3