Skip to content

Commit

Permalink
cronjob pipeline pt2
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilevos committed Sep 7, 2023
1 parent b548e17 commit 41c0e70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_cronjob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Build and push mainnet cronjob
if: ${{ github.ref == 'mainnet' }}
id: docker_build_delegator-votes-cronjob
id: docker-build-delegator-votes-cronjob-mainnet
uses: docker/build-push-action@v2
with:
context: ./cronjob/
Expand All @@ -50,7 +50,7 @@ jobs:
- name: Build and push ghostnet cronjob
if: ${{ github.ref == 'ghostnet' }}
id: docker_build_delegator-votes-cronjob
id: docker-build-delegator-votes-cronjob-ghostnet
uses: docker/build-push-action@v2
with:
context: ./cronjob/
Expand Down

0 comments on commit 41c0e70

Please sign in to comment.