Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
BigDealCompany committed Jun 24, 2024
1 parent 64c470e commit 315a7e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @ParthaDhar @InterCroneworld @Monahawk
* @InterCroneworld @BigDealCompany
8 changes: 4 additions & 4 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Docker Image GHCR

on:
push:
branches: ['main-trx-docker-eder']
branches: ['v15']
pull_request:
branches: ['main-trx-docker-eder']
branches: ['v15']

jobs:
build:
Expand All @@ -13,10 +13,10 @@ jobs:
- uses: actions/checkout@v3

- name: Build the Docker image
run: docker build . --file Dockerfile --tag ghcr.io/intercroneworldorg/intercroneswap-interface:eder
run: docker build . --file Dockerfile --tag ghcr.io/intercroneworldorg/intercroneswap-trx:v15

- name: Login to GitHub Container Registry
run: docker login ghcr.io -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }}

- name: Push Docker image to GitHub Container Registry
run: docker push ghcr.io/intercroneworldorg/intercroneswap-interface:eder
run: docker push ghcr.io/intercroneworldorg/intercroneswap-trx:v15

0 comments on commit 315a7e4

Please sign in to comment.