We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7726890 commit e05d658Copy full SHA for e05d658
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Check out the repo
13
uses: actions/checkout@v4
14
- name: Log in to the container registry
15
- uses: docker/login-action@5b7b28b1cc417bbd34cd8c225a957c9ce9adf7f2
+ uses: docker/login-action@28fdb31ff34708d19615a74d67103ddc2ea9725c
16
with:
17
username: ${{ secrets.DOCKER_USERNAME }}
18
password: ${{ secrets.DOCKER_PASSWORD }}
0 commit comments