File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8585 name : Build and push
8686 uses : docker/build-push-action@v3
8787 with :
88- context : ./backend
88+ context : .
8989 platforms : linux/amd64,linux/arm64
9090 push : ${{ github.event_name != 'pull_request' }}
9191 tags : ${{ steps.backendMeta.outputs.tags }}
9595 name : Build and push
9696 uses : docker/build-push-action@v3
9797 with :
98- context : ./backend
98+ context : .
9999 platforms : linux/amd64,linux/arm64
100100 push : ${{ github.event_name != 'pull_request' }}
101101 tags : ${{ steps.heartbeatMeta.outputs.tags }}
@@ -106,7 +106,7 @@ jobs:
106106 name : Build and push
107107 uses : docker/build-push-action@v3
108108 with :
109- context : ./backend
109+ context : .
110110 platforms : linux/amd64,linux/arm64
111111 push : ${{ github.event_name != 'pull_request' }}
112112 tags : ${{ steps.messagesMeta.outputs.tags }}
You can’t perform that action at this time.
0 commit comments