Update docker-publish-arm.yaml

This commit is contained in:
Katos
2024-10-12 17:25:01 +01:00
committed by GitHub
parent 52f9306e98
commit 8bfa930cf0

View File

@@ -69,9 +69,14 @@ jobs:
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}}
type=semver,pattern={{major}}
type=schedule,pattern=nightly
flavor: |
suffix=-arm,onlatest=true
# Step 5: Build and push the Docker image
- name: Build and push Docker image