Skip to content

Commit

Permalink
pushing
Browse files Browse the repository at this point in the history
  • Loading branch information
0xlynett committed May 15, 2024
1 parent 58f4a90 commit cab5451
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ jobs:
- name: Build and push Docker image
id: push
run: |
docker build . -t 0xlynett/kinode -t 0xlynett/kinode:${{ github.ref_name }}
docker build . -t 0xlynett/kinode -t 0xlynett/kinode:${{ github.ref_name }}
docker push 0xlynett/kinode:latest
docker push 0xlynett/kinode:${{ github.ref_name }}

0 comments on commit cab5451

Please sign in to comment.