Skip to content

Commit fc017d3

Browse files
committed
Update Docker build workflow to use correct source paths
Modify GitHub Actions workflow to use the correct source paths for gas-station and streamr-destination components, ensuring proper Docker image builds and tags
1 parent 81f7277 commit fc017d3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/docker-build-publish.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ jobs:
6161
uses: docker/build-push-action@v5
6262
with:
6363
context: .
64-
build-args: |
65-
path=sources/gas-station
64+
build-args: path=sources/gas-station
6665
push: true
6766
tags: ${{ steps.meta-gas.outputs.tags }}
6867
labels: ${{ steps.meta-gas.outputs.labels }}
@@ -71,8 +70,7 @@ jobs:
7170
uses: docker/build-push-action@v5
7271
with:
7372
context: .
74-
build-args: |
75-
path=destinations/streamr
73+
build-args: path=destinations/streamr-destination
7674
push: true
7775
tags: ${{ steps.meta-streamr.outputs.tags }}
7876
labels: ${{ steps.meta-streamr.outputs.labels }}

0 commit comments

Comments
 (0)