Skip to content

Commit

Permalink
Merge pull request #2 from kaiachain/cicd/edit-main-workflow
Browse files Browse the repository at this point in the history
cicd/edit main workflow
  • Loading branch information
Sotatek-TuLe2 authored Jun 21, 2024
2 parents 1c691e7 + dab5d22 commit db8fc5e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/MAIN.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: rosetta-klaytn main workflow
name: rosetta-kaia master workflow
on:
pull_request:
branches:
- main
- master
types: [closed]
jobs:
tagging-master:
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 db8fc5e

Please sign in to comment.