Skip to content

Commit

Permalink
Merge pull request #2276 from uccser/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/login-action-3.0.0

Bump docker/login-action from 2.2.0 to 3.0.0
  • Loading branch information
jimbonothing64 authored Dec 20, 2023
2 parents 8ad4c14 + e335114 commit f45157b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ jobs:
ls artifacts/at-a-distance-files-*/at-a-distance-files.tar.gz | xargs -n1 tar -xz --directory csunplugged/staticfiles/slides --file
- name: Log in to the Container registry
uses: docker/login-action@v2.2.0
uses: docker/login-action@v3.0.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit f45157b

Please sign in to comment.