Skip to content

Commit

Permalink
CI[3]
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Apr 13, 2024
1 parent 0cfac58 commit 46ba12f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
with:
context: .
file: dkgServiceNode/Dockerfile
file: dkg-nodes/dkgServiceNode/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand All @@ -63,6 +63,14 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
path: dkg-nodes

- name: Checkout tools repo
uses: actions/checkout@v4
with:
repository: maxirmx/dkg
path: dkg

- name: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
Expand Down Expand Up @@ -90,7 +98,7 @@ jobs:
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
with:
context: .
file: dkgNode/Dockerfile
file: dkg-nodes/dkgNode/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 46ba12f

Please sign in to comment.