Skip to content

Commit 67f55b0

Browse files
authored
Merge pull request #23 from cryptogarageinc/dependabot/github_actions/dot-github/workflows/docker/login-action-3.4.0
build(deps): bump docker/login-action from 2.2.0 to 3.4.0 in /.github/workflows
2 parents 99f8379 + 721dbdd commit 67f55b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
4141
- name: Login to GHCR
4242
if: github.event_name != 'pull_request'
43-
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
43+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
4444
with:
4545
registry: ghcr.io
4646
username: ${{ secrets.CR_USER_NAME }}

0 commit comments

Comments
 (0)