Skip to content

Commit

Permalink
Fix gh action version
Browse files Browse the repository at this point in the history
  • Loading branch information
prasannavl committed Mar 10, 2022
1 parent db2b043 commit 021cd8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
docker tag defichain-x86_64-pc-linux-gnu:${{ env.BUILD_VERSION }}
defichain-x86_64-pc-linux-gnu:dockerhub-latest
- uses: docker/build-push-action@v2
- uses: docker/build-push-action@v1
# Make sure to only build on ain repo. Also add in additional restrictions here if needed to
# make sure we don't push unnecessary images to docker
if: ${{ github.repository == 'DeFiCh/ain' }}
Expand Down

0 comments on commit 021cd8b

Please sign in to comment.