Skip to content

Commit 89f1e52

Browse files
committed
chore(deps): update docker/login-action digest to f4ef78c
1 parent 0b950b4 commit 89f1e52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
uses: actions/checkout@v3
1717

1818
- name: Log in to Docker Hub
19-
uses: docker/login-action@21f251affc0769ccac8a1cf17e937592fb492337
19+
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
2020
with:
2121
username: ${{ secrets.DOCKER_USERNAME }}
2222
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
2323

2424
- name: Log in to the Container registry
25-
uses: docker/login-action@21f251affc0769ccac8a1cf17e937592fb492337
25+
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
2626
with:
2727
registry: ghcr.io
2828
username: ${{ github.actor }}

0 commit comments

Comments
 (0)