Skip to content

Commit f520788

Browse files
authored
Merge branch 'main' into dependabot-github_actions-docker-metadata-action-5.8.0
2 parents 69d6ed8 + 24fbe48 commit f520788

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/container-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ jobs:
3939
# https://github.com/docker/login-action
4040
- name: Login to GHCR
4141
if: github.event_name != 'pull_request'
42-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
42+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
4343
with:
4444
registry: ghcr.io
4545
username: ${{ github.repository_owner }}
4646
password: ${{ secrets.GITHUB_TOKEN }}
4747
- name: Login to Docker Hub
4848
if: github.event_name != 'pull_request'
49-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
49+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
5050
with:
5151
username: ${{ secrets.DOCKERHUB_USERNAME }}
5252
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)