File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 2626 steps :
2727 - name : Checkout repository
2828 uses : actions/checkout@v4
29+ with :
30+ repository : ' City-of-Helsinki/mittaridatapumppu-endpoint'
2931 - name : Set up QEMU
3032 uses : docker/setup-qemu-action@v3
3133 - name : Set up Docker Buildx
5355 - name : Build and push Docker image
5456 uses : docker/build-push-action@v5
5557 with :
56- context : mittaridatapumppu-endpoint
58+ context : .
5759 platforms : linux/amd64,linux/arm64
5860 push : true
5961 tags : ${{ steps.meta.outputs.tags }}
Original file line number Diff line number Diff line change 2626 steps :
2727 - name : Checkout repository
2828 uses : actions/checkout@v4
29+ with :
30+ repository : ' City-of-Helsinki/mittaridatapumppu-parser'
2931 - name : Set up QEMU
3032 uses : docker/setup-qemu-action@v3
3133 - name : Set up Docker Buildx
5355 - name : Build and push Docker image
5456 uses : docker/build-push-action@v5
5557 with :
56- context : mittaridatapumppu-parser
58+ context : .
5759 platforms : linux/amd64,linux/arm64
5860 push : true
5961 tags : ${{ steps.meta.outputs.tags }}
Original file line number Diff line number Diff line change 2626 steps :
2727 - name : Checkout repository
2828 uses : actions/checkout@v4
29+ with :
30+ repository : ' City-of-Helsinki/mittaridatapumppu-persister'
2931 - name : Set up QEMU
3032 uses : docker/setup-qemu-action@v3
3133 - name : Set up Docker Buildx
5355 - name : Build and push Docker image
5456 uses : docker/build-push-action@v5
5557 with :
56- context : mittaridatapumppu-persister
58+ context : .
5759 platforms : linux/amd64,linux/arm64
5860 push : true
5961 tags : ${{ steps.meta.outputs.tags }}
You can’t perform that action at this time.
0 commit comments