Skip to content

Commit

Permalink
Merge pull request #23 from sdr-enthusiasts/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/docker/login-action-3.2.0

Bump docker/login-action from 3.1.0 to 3.2.0
  • Loading branch information
fredclausen authored Jun 1, 2024
2 parents 5e49e65 + 52da029 commit 53ae0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:

# Log into ghcr (so we can push images)
- name: Login to ghcr.io
uses: docker/login-action@v3.1.0
uses: docker/login-action@v3.2.0
with:
registry: ${{ env.GHCR_REGISTRY }}
username: ${{ github.repository_owner }}
Expand Down

0 comments on commit 53ae0ce

Please sign in to comment.