test docker builds for all pushes and prs

This commit is contained in:
Laura Batalha 2025-05-04 00:31:16 +01:00
parent 440b45c93b
commit 7cdff284ad
No known key found for this signature in database
GPG key ID: FF87260D8C08DA64

View file

@ -110,8 +110,8 @@ jobs:
platform: platform:
- linux/amd64 - linux/amd64
- linux/arm64 - linux/arm64
- linux/arm/v7 # - linux/arm/v7
- linux/arm/v6 # - linux/arm/v6
environment: ${{ contains(github.ref, '-') && 'development' || 'production' }} environment: ${{ contains(github.ref, '-') && 'development' || 'production' }}
steps: steps:
- name: Prepare - name: Prepare
@ -197,7 +197,7 @@ jobs:
tags: | tags: |
type=ref,event=tag type=ref,event=tag
type=ref,event=pr type=ref,event=pr
type=ref,event=push type=ref,event=branch
type=semver,pattern={{version}} type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}} type=semver,pattern={{major}}.{{minor}}