File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 8686 uses : docker/build-push-action@v3
8787 with :
8888 context : .
89+ file : ./backend/Dockerfile
8990 platforms : linux/amd64,linux/arm64
9091 push : ${{ github.event_name != 'pull_request' }}
9192 tags : ${{ steps.backendMeta.outputs.tags }}
@@ -96,19 +97,19 @@ jobs:
9697 uses : docker/build-push-action@v3
9798 with :
9899 context : .
100+ file : ./backend/heartbeat.Dockerfile
99101 platforms : linux/amd64,linux/arm64
100102 push : ${{ github.event_name != 'pull_request' }}
101103 tags : ${{ steps.heartbeatMeta.outputs.tags }}
102- file : ./backend/heartbeat.Dockerfile
103104 labels : ${{ steps.heartbeatMeta.outputs.labels }}
104105
105106 -
106107 name : Build and push
107108 uses : docker/build-push-action@v3
108109 with :
109110 context : .
111+ file : ./backend/messages.Dockerfile
110112 platforms : linux/amd64,linux/arm64
111113 push : ${{ github.event_name != 'pull_request' }}
112114 tags : ${{ steps.messagesMeta.outputs.tags }}
113- file : ./backend/messages.Dockerfile
114115 labels : ${{ steps.messagesMeta.outputs.labels }}
You can’t perform that action at this time.
0 commit comments