From 364a14adaf77847f12ebfacc933f4a1205784538 Mon Sep 17 00:00:00 2001 From: Anton Larin Date: Tue, 16 May 2023 08:02:13 +0200 Subject: [PATCH] fix workflow: upgrade "build and push" action version to the latest --- .github/workflows/ci.yml | 2 +- .github/workflows/cife.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4fb5c7a..046bcd8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: # Runs a single command using the runners shell - name: Build and push Docker images to docker.io and ghcr.io - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v4 with: file: './application/Dockerfile' platforms: linux/amd64 diff --git a/.github/workflows/cife.yml b/.github/workflows/cife.yml index 8a63659..d949671 100644 --- a/.github/workflows/cife.yml +++ b/.github/workflows/cife.yml @@ -37,7 +37,7 @@ jobs: # Runs a single command using the runners shell - name: Build and push Docker images to docker.io and ghcr.io - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v4 with: file: './frontend/Dockerfile' platforms: linux/amd64