Skip to content

Commit

Permalink
Merge pull request #1966 from mikebrady/dependabot/github_actions/dev…
Browse files Browse the repository at this point in the history
…elopment/docker/login-action-3.3.0

Bump docker/login-action from 2.1.0 to 3.3.0
  • Loading branch information
mikebrady authored Jan 31, 2025
2 parents 2289254 + 58abfd1 commit dbbfb5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-on-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: docker/[email protected]

- name: Login to Docker Registry
uses: docker/login-action@v2.1.0
uses: docker/login-action@v3.3.0
with:
registry: ${{ secrets.DOCKER_REGISTRY }}
username: ${{ secrets.DOCKER_REGISTRY_USER }}
Expand Down

0 comments on commit dbbfb5c

Please sign in to comment.