Skip to content

Commit b8536e9

Browse files
committed
Bump docker/login-action from 3.5.0 to 3.6.0
1 parent 477b852 commit b8536e9

File tree

1 file changed

+1
-1
lines changed
  • {{cookiecutter.stack_name}}/.github/workflows

1 file changed

+1
-1
lines changed

{{cookiecutter.stack_name}}/.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383

8484
- name: Login to Docker Hub 🔐
8585
if: github.ref == 'refs/heads/main' || github.event_name == 'schedule'
86-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
86+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
8787
with:
8888
{%- raw %}
8989
username: ${{ env.OWNER }}

0 commit comments

Comments
 (0)