remove id

This commit is contained in:
Lyn 2024-05-15 08:16:31 +00:00
parent cab54513ea
commit 4d307c5c56
No known key found for this signature in database

View File

@ -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