Skip to content

Commit

Permalink
Trying with a backed up .yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-rsk committed Apr 12, 2022
1 parent 0e1d75d commit 2f5158e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/reproducible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
uses: actions/download-artifact@v2
with:
name: rskj-artifacts
path: ${HOME}

- name: Insert jar asset into prerelase
uses: actions/upload-release-asset@v1
Expand Down Expand Up @@ -101,15 +100,14 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
steps:

- name: Checkout code
uses: actions/checkout@v2

- name: Download rskj-artifacts
uses: actions/download-artifact@v2
with:
name: rskj-artifacts
path: ~/rskj-artifacts
name: rskj-core/build/libs/${{ steps.vars.outputs.fatjar_name }}
path: rskj-artifacts

- name: Login to DockerHub
uses: docker/login-action@v1
Expand All @@ -122,6 +120,6 @@ jobs:
uses: docker/build-push-action@v2
with:
tags: rsksmart/rskj:latest
context: /home/runner/
context: ./
file: ./docker-image/Dockerfile
push: true

0 comments on commit 2f5158e

Please sign in to comment.