We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e33667 + cc3cc50 commit 2ce70ffCopy full SHA for 2ce70ff
.github/workflows/dockerPush.yml
@@ -41,7 +41,7 @@ jobs:
41
images: ree6/backend
42
43
- name: Build and push Docker image
44
- uses: docker/build-push-action@v6.13.0
+ uses: docker/build-push-action@v6.18.0
45
with:
46
platforms: linux/amd64,linux/arm64
47
context: Backend/
@@ -77,7 +77,7 @@ jobs:
77
images: ree6/frontend
78
79
80
81
82
83
context: Frontend/docker
0 commit comments