Skip to content

Commit

Permalink
Merge pull request #524 from dbt-msft/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/login-action-3.3.0
  • Loading branch information
cody-scott authored Sep 5, 2024
2 parents 27bdba2 + 557ddec commit 26c89b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4

- name: Log in to the Container registry
uses: docker/login-action@v2.1.0
uses: docker/login-action@v3.3.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
uses: actions/checkout@v4

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

0 comments on commit 26c89b4

Please sign in to comment.