We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d3cbea commit 018aa93Copy full SHA for 018aa93
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@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
+ uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
87
with:
88
{%- raw %}
89
username: ${{ env.OWNER }}
0 commit comments