Skip to content

Commit c256255

Browse files
authored
Merge pull request #70 from ntnn/renovate/docker-login-action-digest
2 parents 826a70e + 7491eba commit c256255

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/image-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,14 @@ jobs:
7878
type=sha
7979
8080
- name: Login to GitHub Container Registry
81-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
81+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
8282
with:
8383
registry: ghcr.io
8484
username: ${{ github.actor }}
8585
password: ${{ secrets.GITHUB_TOKEN }}
8686

8787
- name: Login to Docker Hub
88-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
88+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
8989
if: ${{ github.repository == 'ntnn/docker-imapfilter' && github.ref == 'refs/heads/main' }}
9090
with:
9191
username: ${{ secrets.DOCKER_HUB_USERNAME }}

0 commit comments

Comments
 (0)