Skip to content

Commit

Permalink
Merge pull request #86 from zooniverse/update-dockerlogin-v3.3
Browse files Browse the repository at this point in the history
Use more permissive login-action version
  • Loading branch information
zwolf authored Oct 8, 2024
2 parents 841daf4 + d196f1b commit 60b779d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: actions/checkout@v4

- name: Login to GitHub Container Registry
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit 60b779d

Please sign in to comment.