Skip to content
Navigation Menu
Toggle navigation
Sign in
In this repository
All GitHub Enterprise
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub Enterprise
↵
Jump to
↵
In this organization
All GitHub Enterprise
↵
Jump to
↵
In this repository
All GitHub Enterprise
↵
Jump to
↵
Sign in
Reseting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
docker
/
login-action
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Security
Insights
Additional navigation options
Code
Pull requests
Actions
Security
Insights
Files
master
.github
ISSUE_TEMPLATE
workflows
ci.yml
codeql.yml
pr-assign-author.yml
publish.yml
test.yml
validate.yml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
SECURITY.md
dependabot.yml
docker-login.png
.yarn
__tests__
dist
src
.dockerignore
.editorconfig
.eslintignore
.eslintrc.json
.gitattributes
.gitignore
.prettierignore
.prettierrc.json
.yarnrc.yml
LICENSE
README.md
action.yml
codecov.yml
dev.Dockerfile
docker-bake.hcl
jest.config.ts
package.json
tsconfig.json
yarn.lock
Breadcrumbs
login-action
/
.github
/
workflows
/
publish.yml
View Runs
Blame
Blame
Latest commit
History
History
21 lines (19 loc) · 346 Bytes
Breadcrumbs
login-action
/
.github
/
workflows
/
publish.yml
Top
File metadata and controls
Code
Blame
21 lines (19 loc) · 346 Bytes
Raw
name: publish on: release: types: - published jobs: publish: runs-on: ubuntu-latest permissions: contents: read id-token: write packages: write steps: - name: Checkout uses: actions/checkout@v4 - name: Publish uses: actions/publish-immutable-action@v0.0.4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
You can’t perform that action at this time.