Skip to content

Commit 2a359f8

Browse files
committed
ci: updated build options
1 parent e0664c5 commit 2a359f8

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,4 @@ jobs:
6060
${{ steps.meta-nginx.outputs.bake-file }}
6161
sbom: true
6262
provenance: true
63-
set: |
64-
*.output=type=registry
63+
push: true

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
name: CI
22

33
on:
4+
push:
5+
branches-ignore:
6+
- main
7+
- renovate/**
8+
- release-**
49
pull_request:
510
branches-ignore:
611
- renovate/**
12+
- release-**
713
workflow_dispatch:
814

915
jobs:

docker-bake.hcl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ target "php" {
22
dockerfile = "containers/php/Dockerfile"
33
context = "."
44
target = "production"
5-
output = [
6-
"type=docker"
7-
]
85
tags = [
96
"ghcr.io/nethesis/parceler-php:latest"
107
]
@@ -19,9 +16,6 @@ target "php" {
1916
target "nginx" {
2017
dockerfile = "containers/nginx/Dockerfile"
2118
context = "."
22-
output = [
23-
"type=docker"
24-
]
2519
tags = [
2620
"ghcr.io/nethesis/parceler-nginx:latest"
2721
]

0 commit comments

Comments
 (0)