Skip to content

Commit 80c1794

Browse files
committed
CI - Update build-and-publish-franken-image action
1 parent 2df69d9 commit 80c1794

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/build-and-publish-franken-image.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,8 @@ name: Build Docker FrankenPHP image
22

33
on:
44
push:
5-
branches:
6-
- "main"
75
tags:
86
- '*'
9-
paths:
10-
- .gitattributes
11-
- .github/workflows/build-and-publish-franken-image.yml
12-
- docker/franken-image/Dockerfile
13-
- composer.*
14-
- src/**
157

168
env:
179
IMAGE_NAME: db-tools-bundle
@@ -46,5 +38,5 @@ jobs:
4638
context: .
4739
file: docker/franken-image/Dockerfile
4840
push: true
49-
tags: ${{ steps.meta.outputs.tags == 'main' && 'unstable' || steps.meta.outputs.tags }}
41+
tags: ${{ steps.meta.outputs.tags }}
5042
annotations: ${{ steps.meta.outputs.annotations }}

0 commit comments

Comments
 (0)