Merge pull request #236 from larinam/fixbuild_github_token

fix workflow: upgrade "build and push" action version to the latest
pull/241/head
Alex 1 year ago committed by GitHub
commit 27c45ae24a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

@ -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

Loading…
Cancel
Save