mirror of
https://github.com/docker/login-action.git
synced 2026-07-09 19:05:37 +00:00
Compare commits
3 Commits
c93cbf2f94
...
7adc8718ab
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7adc8718ab | ||
|
|
06895751d1 | ||
|
|
02c9ff3be2 |
21
.github/workflows/publish.yml
vendored
Normal file
21
.github/workflows/publish.yml
vendored
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
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
|
||||||
@ -26,8 +26,8 @@
|
|||||||
"packageManager": "yarn@3.6.3",
|
"packageManager": "yarn@3.6.3",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.11.1",
|
"@actions/core": "^1.11.1",
|
||||||
"@aws-sdk/client-ecr": "^3.664.0",
|
"@aws-sdk/client-ecr": "^3.679.0",
|
||||||
"@aws-sdk/client-ecr-public": "^3.664.0",
|
"@aws-sdk/client-ecr-public": "^3.679.0",
|
||||||
"@docker/actions-toolkit": "^0.40.0",
|
"@docker/actions-toolkit": "^0.40.0",
|
||||||
"http-proxy-agent": "^7.0.2",
|
"http-proxy-agent": "^7.0.2",
|
||||||
"https-proxy-agent": "^7.0.5"
|
"https-proxy-agent": "^7.0.5"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user