Skip to content

Commit

Permalink
CI[2]
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Apr 13, 2024
1 parent d88b9ce commit 0cfac58
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release workflow

on:
push:
tags: [ 'v*' ]
tags: [ 'v*' ]

jobs:
release-service-node:
Expand All @@ -14,6 +14,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

0 comments on commit 0cfac58

Please sign in to comment.