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 81bdfd4 commit ae8ed1eCopy full SHA for ae8ed1e
.github/workflows/schema_tools.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Login to GitHub Package Registry
26
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')
27
- uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
+ uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
28
with:
29
username: ${{ secrets.DOCKER_USERNAME }}
30
password: ${{ secrets.DOCKER_PASSWORD }}
0 commit comments