File tree Expand file tree Collapse file tree 2 files changed +14
-29
lines changed
actions/build_docker_images Expand file tree Collapse file tree 2 files changed +14
-29
lines changed Original file line number Diff line number Diff line change @@ -42,20 +42,19 @@ runs:
42
42
uses : docker/build-push-action@v4
43
43
if : ${{ inputs.isRelease == 'true' }}
44
44
with :
45
- file : ./api /Dockerfile
45
+ file : ./yaci-indexer /Dockerfile
46
46
tags : cardanofoundation/cardano-rosetta-java-indexer:latest
47
47
push : true
48
- # TODO will be added when the all-in-one image is ready
49
- # - name: All-in-one - Build and push Docker image
50
- # uses: docker/build-push-action@v4
51
- # with:
52
- # file: ./Dockerfile
53
- # tags: cardanofoundation/cardano-rosetta-java:${{ inputs.tag }}
54
- # push: true
55
- # - name: All-in-one - Build and push Docker latest image
56
- # uses: docker/build-push-action@v4
57
- # if: ${{ inputs.isRelease == 'true' }}
58
- # with:
59
- # file: ./Dockerfile
60
- # tags: cardanofoundation/cardano-rosetta-java:latest
61
- # push: true
48
+ - name : All-in-one - Build and push Docker image
49
+ uses : docker/build-push-action@v4
50
+ with :
51
+ file : ./docker/Dockerfile
52
+ tags : cardanofoundation/cardano-rosetta-java:${{ inputs.tag }}
53
+ push : true
54
+ - name : All-in-one - Build and push Docker latest image
55
+ uses : docker/build-push-action@v4
56
+ if : ${{ inputs.isRelease == 'true' }}
57
+ with :
58
+ file : ./docker/Dockerfile
59
+ tags : cardanofoundation/cardano-rosetta-java:latest
60
+ push : true
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments