Skip to content

Commit c898b0c

Browse files
committed
Update to docker/build-push-action@v4
Signed-off-by: Nicko Guyer <[email protected]>
1 parent 3da19a2 commit c898b0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
echo ::set-output name=UI_RELEASE::$(cat manifest.json | jq -r '.ui.release')
4949
5050
- name: Build and push
51-
uses: docker/build-push-action@v2
51+
uses: docker/build-push-action@v4
5252
with:
5353
provenance: false
5454
context: ./

.github/workflows/docker_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
echo ::set-output name=UI_RELEASE::$(cat manifest.json | jq -r '.ui.release')
6868
6969
- name: Build and push
70-
uses: docker/build-push-action@v2
70+
uses: docker/build-push-action@v4
7171
with:
7272
provenance: false
7373
context: ./

0 commit comments

Comments
 (0)