Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquemarlon authored Oct 11, 2024
1 parent c9b2820 commit 9ce2683
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ on:
branches:
- 'main'
paths-ignore:
- 'docs/**'
- 'website/**'
- 'contracts/**'
tags:
- 'v*'
workflow_dispatch:
Expand Down Expand Up @@ -85,4 +83,4 @@ jobs:
- name: Push Cartesi Node image
run: |
docker image tag validator:latest "${{ env.REGISTRY }}/${{ env.CARTESI_NODE_IMAGE_NAME }}"
docker image push --all-tags "${{ env.REGISTRY }}/${{ env.CARTESI_NODE_IMAGE_NAME }}"
docker image push --all-tags "${{ env.REGISTRY }}/${{ env.CARTESI_NODE_IMAGE_NAME }}"

0 comments on commit 9ce2683

Please sign in to comment.