Skip to content

Commit

Permalink
fix: move input to the correct action
Browse files Browse the repository at this point in the history
[no ci]
  • Loading branch information
Adamantios committed Sep 22, 2023
1 parent 5af275f commit 51782d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,11 @@ jobs:
DOCKER_PASSWORD: ${{secrets.DOCKER_PASSWORD}}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up tag and vars
uses: addnab/docker-run-action@v3
with:
fetch-depth: 0
image: valory/open-autonomy-user:latest
options: -v ${{ github.workspace }}:/work
run: |
Expand Down

0 comments on commit 51782d5

Please sign in to comment.