Skip to content

Commit f873b48

Browse files
committed
RA-60: Github actions updated
1 parent 3c10070 commit f873b48

File tree

2 files changed

+14
-29
lines changed

2 files changed

+14
-29
lines changed

.github/actions/build_docker_images/action.yml

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,19 @@ runs:
4242
uses: docker/build-push-action@v4
4343
if: ${{ inputs.isRelease == 'true' }}
4444
with:
45-
file: ./api/Dockerfile
45+
file: ./yaci-indexer/Dockerfile
4646
tags: cardanofoundation/cardano-rosetta-java-indexer:latest
4747
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

.github/workflows/docker-build.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)