Skip to content

Commit b02e383

Browse files
committed
Revert to {{is_default_branch}}
1 parent 9d42b75 commit b02e383

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build-consumerui.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
images: ${{ secrets.REGISTRY }}/${{ secrets.REGISTRY_USERNAME }}/consumerui
4646
tags: |
47-
type=raw,value=latest,enable=${{is_default_branch}}
47+
type=raw,value=latest,enable={{is_default_branch}}
4848
type=raw,value=${{env.VERSION}},enable=${{ github.event_name == 'release' && github.event.action == 'published' }}
4949
5050
-

.github/workflows/build-deploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
images: ${{ secrets.REGISTRY }}/${{ secrets.REGISTRY_USERNAME }}/webhook-tls-getter
4545
tags: |
46-
type=raw,value=latest,enable=${{is_default_branch}}
46+
type=raw,value=latest,enable={{is_default_branch}}
4747
type=raw,value=${{env.VERSION}},enable=${{ github.event_name == 'release' && github.event.action == 'published' }}
4848
-
4949
name: Build and push webhook-tls-getter
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
images: ${{ secrets.REGISTRY }}/${{ secrets.REGISTRY_USERNAME }}/delete-kubeplus-resources
6464
tags: |
65-
type=raw,value=latest,enable=${{is_default_branch}}
65+
type=raw,value=latest,enable={{is_default_branch}}
6666
type=raw,value=${{env.VERSION}},enable=${{ github.event_name == 'release' && github.event.action == 'created' }}
6767
6868
-
@@ -82,7 +82,7 @@ jobs:
8282
with:
8383
images: ${{ secrets.REGISTRY }}/${{ secrets.REGISTRY_USERNAME }}/kubeconfiggenerator
8484
tags: |
85-
type=raw,value=latest,enable=${{is_default_branch}}
85+
type=raw,value=latest,enable={{is_default_branch}}
8686
type=raw,value=${{env.VERSION}},enable=${{ github.event_name == 'release' && github.event.action == 'published' }}
8787
8888
-

.github/workflows/build-mutating-webhook-helper.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
images: ${{ secrets.REGISTRY }}/${{ secrets.REGISTRY_USERNAME }}/mutating-webhook-helper
3939
tags: |
40-
type=raw,value=latest,enable=${{is_default_branch}}
40+
type=raw,value=latest,enable={{is_default_branch}}
4141
type=raw,value=${{env.VERSION}},enable=${{ github.event_name == 'release' && github.event.action == 'published' }}
4242
-
4343
name: Build and push mutating-webhook-helper

.github/workflows/build-mutating-webhook.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
images: ${{ secrets.REGISTRY }}/${{ secrets.REGISTRY_USERNAME }}/pac-mutating-admission-webhook
3939
tags: |
40-
type=raw,value=latest,enable=${{is_default_branch}}
40+
type=raw,value=latest,enable={{is_default_branch}}
4141
type=raw,value=${{env.VERSION}},enable=${{ github.event_name == 'release' && github.event.action == 'published' }}
4242
4343
-

.github/workflows/build-platform-operator.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
images: ${{ secrets.REGISTRY }}/${{ secrets.REGISTRY_USERNAME }}/platform-operator
4242
tags: |
43-
type=raw,value=latest,enable=${{is_default_branch}}
43+
type=raw,value=latest,enable={{is_default_branch}}
4444
type=raw,value=${{env.OPERATOR_VERSION}},enable=${{ github.event_name == 'release' && github.event.action == 'published' }}
4545
-
4646
name: Docker helm-pod metadata
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
images: ${{ secrets.REGISTRY }}/${{ secrets.REGISTRY_USERNAME }}/helm-pod
5151
tags: |
52-
type=raw,value=latest,enable=${{is_default_branch}}
52+
type=raw,value=latest,enable={{is_default_branch}}
5353
type=raw,value=${{env.HELMER_VERSION}},enable=${{ github.event_name == 'release' && github.event.action == 'published' }}
5454
5555
-

0 commit comments

Comments
 (0)