mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-11-26 23:27:14 +03:00
remove id
This commit is contained in:
parent
cab54513ea
commit
4d307c5c56
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -23,14 +23,12 @@ jobs:
|
||||
steps:
|
||||
- name: Check out the repo
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Log in to Docker Hub
|
||||
uses: docker/login-action
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_TOKEN }}
|
||||
- name: Build and push Docker image
|
||||
id: push
|
||||
run: |
|
||||
docker build . -t 0xlynett/kinode -t 0xlynett/kinode:${{ github.ref_name }}
|
||||
docker push 0xlynett/kinode:latest
|
||||
|
Loading…
Reference in New Issue
Block a user