Skip to content

Commit

Permalink
added correct docker tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
m3dwards committed Sep 7, 2023
1 parent d4b4685 commit c921bcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Docker tag and push latest
run: |
docker pull scalingln/cln-client:${{ steps.tagName.outputs.tag }}
docker tag scalingln/cln-client:${{ steps.tagName.outputs.tag }} scalingln/bitcoind-client:latest
docker tag scalingln/cln-client:${{ steps.tagName.outputs.tag }} scalingln/cln-client:latest
docker push scalingln/cln-client:latest
lnd-sidecar-image:
runs-on: ubuntu-latest
Expand All @@ -98,5 +98,5 @@ jobs:
- name: Docker tag and push latest
run: |
docker pull scalingln/lnd-client:${{ steps.tagName.outputs.tag }}
docker tag scalingln/lnd-client:${{ steps.tagName.outputs.tag }} scalingln/bitcoind-client:latest
docker tag scalingln/lnd-client:${{ steps.tagName.outputs.tag }} scalingln/lnd-client:latest
docker push scalingln/lnd-client:latest

0 comments on commit c921bcc

Please sign in to comment.