Skip to content

Commit cc38807

Browse files
committed
Merge branch 'main' of https://github.com/CogStack/CogStack-NiFi into charts
2 parents 5871d76 + 139e5c2 commit cc38807

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/_docker_template.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,18 @@ jobs:
4949

5050
steps:
5151
- uses: actions/checkout@v6
52-
- uses: docker/setup-qemu-action@v3
52+
- uses: docker/setup-qemu-action@v4
5353
- uses: docker/setup-buildx-action@v3
5454

5555
- if: github.event_name != 'pull_request'
56-
uses: docker/login-action@v3
56+
uses: docker/login-action@v4
5757
with:
5858
username: ${{ secrets.DOCKER_HUB_USERNAME }}
5959
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
6060

6161
- name: Docker metadata
6262
id: meta
63-
uses: docker/metadata-action@v5
63+
uses: docker/metadata-action@v6
6464
with:
6565
images: ${{ inputs.image }}
6666
tags: |
@@ -86,7 +86,7 @@ jobs:
8686
8787
- name: Build & push (${{ matrix.platform }})
8888
id: push
89-
uses: docker/build-push-action@v6
89+
uses: docker/build-push-action@v7
9090
with:
9191
context: ${{ inputs.context }}
9292
file: ${{ inputs.dockerfile }}
@@ -108,14 +108,14 @@ jobs:
108108

109109
steps:
110110
- uses: docker/setup-buildx-action@v3
111-
- uses: docker/login-action@v3
111+
- uses: docker/login-action@v4
112112
with:
113113
username: ${{ secrets.DOCKER_HUB_USERNAME }}
114114
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
115115

116116
- name: Docker metadata (again)
117117
id: meta_manifest
118-
uses: docker/metadata-action@v5
118+
uses: docker/metadata-action@v6
119119
with:
120120
images: ${{ inputs.image }}
121121
tags: |

0 commit comments

Comments
 (0)