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 eda432c commit 4a3147dCopy full SHA for 4a3147d
.github/workflows/build-and-test.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Checkout repository
33
uses: actions/checkout@v4
34
- name: Log in to the Container registry
35
- uses: docker/login-action@3d58c274f17dffee475a5520cbe67f0a882c4dbb
+ uses: docker/login-action@83a00bc1ab5ded6580f31df1c49e6aaa932d840d
36
with:
37
registry: ${{ env.REGISTRY }}
38
username: ${{ github.actor }}
0 commit comments