Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:

- name: Login DockerHub
id: dockerLogin
uses: docker/login-action@v1.10.0
uses: docker/login-action@v2.1.0
with:
username: ${{ secrets.DOCKERHUB_BOT_USERNAME }}
password: ${{ secrets.DOCKERHUB_BOT_TOKEN }}

- name: Login Github Container Registry
id: githubContainerRegistryLogin
uses: docker/login-action@v1.10.0
uses: docker/login-action@v2.1.0
with:
registry: "ghcr.io"
username: "danopstech"
Expand Down