Skip to content

Commit

Permalink
Merge pull request #486 from freifunkMUC/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…cker/login-action-3

build(deps): bump docker/login-action from 2 to 3
  • Loading branch information
GoliathLabs authored Nov 4, 2023
2 parents 24b8913 + d449c2a commit a10c0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
config: .github/buildkitd.toml
- name: Login to DockerHub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down

0 comments on commit a10c0a9

Please sign in to comment.