remove docker information and use only ghrc for now
This commit is contained in:
parent
4cf427ad3e
commit
575742e63f
1 changed files with 6 additions and 6 deletions
12
.github/workflows/docker-image-release.yml
vendored
12
.github/workflows/docker-image-release.yml
vendored
|
@ -25,12 +25,12 @@ jobs:
|
|||
|
||||
|
||||
|
||||
# Log in to Docker Hub
|
||||
- name: Log in to Docker Hub
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
# # Log in to Docker Hub
|
||||
# - name: Log in to Docker Hub
|
||||
# uses: docker/login-action@v2
|
||||
# with:
|
||||
# username: ${{ secrets.DOCKER_USERNAME }}
|
||||
# password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
||||
# Log in to GitHub Container Registry
|
||||
- name: Login to GitHub Container Registry
|
||||
|
|
Loading…
Add table
Reference in a new issue