fix workflow: upgrade "build and push" action version to the latest

This commit is contained in:
Anton Larin
2023-05-16 08:02:13 +02:00
parent 5c560b1dd5
commit 364a14adaf
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ jobs:
# Runs a single command using the runners shell # Runs a single command using the runners shell
- name: Build and push Docker images to docker.io and ghcr.io - 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: with:
file: './application/Dockerfile' file: './application/Dockerfile'
platforms: linux/amd64 platforms: linux/amd64

View File

@@ -37,7 +37,7 @@ jobs:
# Runs a single command using the runners shell # Runs a single command using the runners shell
- name: Build and push Docker images to docker.io and ghcr.io - 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: with:
file: './frontend/Dockerfile' file: './frontend/Dockerfile'
platforms: linux/amd64 platforms: linux/amd64