Skip to content

Commit

Permalink
update MAIN.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sotatek-TuLe2 committed Jun 21, 2024
1 parent 7f2e620 commit b9b0359
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/MAIN.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: rosetta-klaytn main workflow
name: rosetta-kaia main workflow
on:
pull_request:
branches:
Expand Down Expand Up @@ -40,12 +40,12 @@ jobs:
file: ./Dockerfile
platforms: linux/amd64
push: true
tags: klaytn/rosetta-klaytn:${{ steps.vars.outputs.tag }}
tags: kaiachain/rosetta-kaia:${{ steps.vars.outputs.tag }}
- name: Latest tag Build and push
uses: docker/build-push-action@v3
with:
context: .
file: ./Dockerfile
platforms: linux/amd64
push: true
tags: klaytn/rosetta-klaytn:latest
tags: kaiachain/rosetta-kaia:latest

0 comments on commit b9b0359

Please sign in to comment.