Skip to content

Commit

Permalink
Merge pull request #221 from dbt-msft/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/login-action-2.0.0

Bump docker/login-action from 1.14.1 to 2.0.0
  • Loading branch information
sdebruyn authored May 22, 2022
2 parents 91e836d + 0af8ce2 commit b5814e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v3

- name: Log in to the Container registry
uses: docker/login-action@v1.14.1
uses: docker/login-action@v2.0.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit b5814e9

Please sign in to comment.