Update docker/login-action SHA to latest

This commit is contained in:
Nick Fedor 2025-02-03 22:48:39 -07:00 committed by GitHub
parent 293fd8df3c
commit 062df875a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -83,7 +83,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Login to GHCR
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3
uses: docker/login-action@327cd5a69de6c009b9ce71bce8395f28e651bf99 # v3.3
with:
registry: ghcr.io
username: ${{ github.actor }}