We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7054c0 commit 95ada37Copy full SHA for 95ada37
.github/workflows/release.yml
@@ -38,7 +38,7 @@ jobs:
38
GH_TOKEN: ${{ github.token }}
39
40
- name: Log in to the Elastic Container registry
41
- uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
+ uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
42
with:
43
registry: ${{ secrets.ELASTIC_DOCKER_REGISTRY }}
44
username: ${{ secrets.ELASTIC_DOCKER_USERNAME }}
0 commit comments