We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2df69d9 commit 80c1794Copy full SHA for 80c1794
.github/workflows/build-and-publish-franken-image.yml
@@ -2,16 +2,8 @@ name: Build Docker FrankenPHP image
2
3
on:
4
push:
5
- branches:
6
- - "main"
7
tags:
8
- '*'
9
- paths:
10
- - .gitattributes
11
- - .github/workflows/build-and-publish-franken-image.yml
12
- - docker/franken-image/Dockerfile
13
- - composer.*
14
- - src/**
15
16
env:
17
IMAGE_NAME: db-tools-bundle
@@ -46,5 +38,5 @@ jobs:
46
38
context: .
47
39
file: docker/franken-image/Dockerfile
48
40
push: true
49
- tags: ${{ steps.meta.outputs.tags == 'main' && 'unstable' || steps.meta.outputs.tags }}
41
+ tags: ${{ steps.meta.outputs.tags }}
50
42
annotations: ${{ steps.meta.outputs.annotations }}
0 commit comments