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 f13245e commit 3a119f8Copy full SHA for 3a119f8
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
uses: actions/checkout@v4
14
15
- name: Log in to the container registry
16
- uses: docker/login-action@29df2a9f8c71c2dfe7db598180a0460355ec1c00
+ uses: docker/login-action@1f36f5b7a2d2f7bfd524795fc966e6d88c37baa9
17
with:
18
username: ${{ secrets.DOCKER_USERNAME }}
19
password: ${{ secrets.DOCKER_PASSWORD }}
0 commit comments