Skip to content

Commit

Permalink
feat: adjusted tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Kammerlo committed May 7, 2024
1 parent 1fa1958 commit e6560e4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,11 @@ jobs:
uses: docker/build-push-action@v4
with:
file: ./api/Dockerfile
tags: main
image_name: cardanofoundation/cardano-rosetta-java-api
tags: cardanofoundation/cardano-rosetta-java-api:main
push: true
- name: Build and push Docker image
uses: docker/build-push-action@v4
with:
file: ./yaci-indexer/Dockerfile
tags: main
image_name: cardanofoundation/cardano-rosetta-java-indexer
tags: cardanofoundation/cardano-rosetta-java-indexer:main
push: true

0 comments on commit e6560e4

Please sign in to comment.