Skip to content

Commit da58a70

Browse files
committed
chore(deps): update docker/login-action digest to 21f251a
1 parent 8e7288a commit da58a70

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@f054a8b539a109f9f41c372932f1ae047eff08c9
19+
uses: docker/login-action@21f251affc0769ccac8a1cf17e937592fb492337
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@f054a8b539a109f9f41c372932f1ae047eff08c9
25+
uses: docker/login-action@21f251affc0769ccac8a1cf17e937592fb492337
2626
with:
2727
registry: ghcr.io
2828
username: ${{ github.actor }}

0 commit comments

Comments
 (0)