We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 477b852 commit b8536e9Copy full SHA for b8536e9
1 file changed
{{cookiecutter.stack_name}}/.github/workflows/docker.yml
@@ -83,7 +83,7 @@ jobs:
83
84
- name: Login to Docker Hub 🔐
85
if: github.ref == 'refs/heads/main' || github.event_name == 'schedule'
86
- uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
+ uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
87
with:
88
{%- raw %}
89
username: ${{ env.OWNER }}
0 commit comments