Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump docker/login-action from 3.0.0 to 3.1.0 #1028

Merged
merged 2 commits into from Mar 18, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Expand Up @@ -37,7 +37,7 @@ jobs:
install-only: true

- name: Log into ghcr.io
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v2.0.0
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v2.0.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down