Skip to content

Commit

Permalink
Merge pull request #7 from SierraSoftworks/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…docker/login-action-3.2.0

chore(deps): Bump docker/login-action from 3.0.0 to 3.2.0
  • Loading branch information
notheotherben authored Jul 15, 2024
2 parents 195d8e3 + 00a6aa9 commit e43045d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0

- name: Log into registry ${{ env.REGISTRY }}
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
if: github.event_name == 'push'
with:
registry: ${{ env.REGISTRY }}
Expand Down

0 comments on commit e43045d

Please sign in to comment.