2
0

👷 Only build docker images on tag push

This commit is contained in:
Baptiste Arnaud
2023-09-22 16:33:45 +02:00
parent 4673989104
commit 4cfb45e2a3

View File

@ -3,8 +3,6 @@ name: Build Docker images
on:
push:
tags: ['v*']
pull_request:
branches: [main]
jobs:
build-amd: