Skip to content

Commit

Permalink
Merge pull request #544 from innogames/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/login-action-3.1.0

build(deps): bump docker/login-action from 3.0.0 to 3.1.0
  • Loading branch information
brainexe authored Apr 5, 2024
2 parents 56b4180 + 6e53aaa commit b75b8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.1.0
- name: Login to GitHub Packages Docker Registry
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3.1.0
with:
registry: docker.pkg.github.com
username: ${{ github.repository_owner }}
Expand Down

0 comments on commit b75b8fe

Please sign in to comment.