mirror of
https://github.com/docker/login-action.git
synced 2025-11-11 20:46:20 +08:00
Compare commits
3 Commits
275d9e84ed
...
1fe1e10335
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1fe1e10335 | ||
|
|
abd3abc99c | ||
|
|
ac38c32963 |
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -15,10 +15,14 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
-
|
||||||
|
name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
-
|
-
|
||||||
name: Test
|
name: Test
|
||||||
uses: docker/bake-action@v6
|
uses: docker/bake-action@v6
|
||||||
with:
|
with:
|
||||||
|
source: .
|
||||||
targets: test
|
targets: test
|
||||||
-
|
-
|
||||||
name: Upload coverage
|
name: Upload coverage
|
||||||
|
|||||||
@@ -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.772.0",
|
"@aws-sdk/client-ecr": "^3.787.0",
|
||||||
"@aws-sdk/client-ecr-public": "^3.772.0",
|
"@aws-sdk/client-ecr-public": "^3.787.0",
|
||||||
"@docker/actions-toolkit": "^0.57.0",
|
"@docker/actions-toolkit": "^0.57.0",
|
||||||
"http-proxy-agent": "^7.0.2",
|
"http-proxy-agent": "^7.0.2",
|
||||||
"https-proxy-agent": "^7.0.6"
|
"https-proxy-agent": "^7.0.6"
|
||||||
|
|||||||
Reference in New Issue
Block a user