Skip to content

Commit

Permalink
Fixing inputs on the test step
Browse files Browse the repository at this point in the history
  • Loading branch information
fmacleal committed Jul 19, 2024
1 parent 68017c4 commit 7a25ab4
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ env:
LATEST_TAG: ghcr.io/rsksmart/${{ github.event.repository.name }}/rit

jobs:
build-push-rit-action-image:
name: Test RIT Action docker image
build-push-rit-action-container-action:
name: Test RIT Action docker container-action
runs-on: ubuntu-latest
timeout-minutes: 60

Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Build and export locally Docker
uses: docker/build-push-action@v6
with:
context: .github/image
context: .github/container-action
load: true
tags: ${{ env.TEST_TAG }}

Expand Down Expand Up @@ -74,14 +74,14 @@ jobs:
- name: Build the RIT Action Container Image
uses: docker/build-push-action@v6
with:
context: .github/image
context: .github/container-action
tags: ${{ env.LATEST_TAG }}
labels: ${{ steps.meta.outputs.labels }}
load: true
push: true

test-rit-action:
needs: build-push-rit-action-image
needs: build-push-rit-action-container-action
name: GitHub Actions Test
runs-on: ubuntu-latest
timeout-minutes: 60
Expand All @@ -93,7 +93,7 @@ jobs:

- name: Test RIT Action
id: test-rit-action
uses: .github/
uses: ./
with:
rskj-branch: master
powpeg-node-branch: master
Expand Down
2 changes: 1 addition & 1 deletion .github/action.yml → action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ outputs:

runs:
using: docker
image: ./images/Dockerfile
image: .container-action/Dockerfile
env:
INPUT_RSKJ_BRANCH: ${{ inputs.rskj-branch }}
INPUT_POWPEG_NODE_BRANCH: ${{ inputs.powpeg-node-branch }}
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 7a25ab4

Please sign in to comment.