mirror of
https://github.com/docker/login-action.git
synced 2026-08-24 19:45:24 +02:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3369c3fca6 |
@@ -1,3 +0,0 @@
|
|||||||
FROM docker:29.3@sha256:4d90f1f6c400315c2dba96d3ec93c01e64198395cbba04f79d12adce4f737029
|
|
||||||
|
|
||||||
ENTRYPOINT ["docker"]
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
name: Pull Docker image
|
|
||||||
|
|
||||||
description: Pull an image from a Docker container action
|
|
||||||
|
|
||||||
inputs:
|
|
||||||
image:
|
|
||||||
description: Image reference to pull
|
|
||||||
required: true
|
|
||||||
|
|
||||||
runs:
|
|
||||||
using: docker
|
|
||||||
image: Dockerfile
|
|
||||||
args:
|
|
||||||
- pull
|
|
||||||
- ${{ inputs.image }}
|
|
||||||
@@ -106,10 +106,11 @@ jobs:
|
|||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
-
|
-
|
||||||
name: Pull test image from Docker CLI container action
|
name: DinD
|
||||||
uses: ./.github/actions/docker-pull
|
uses: docker://docker:29.3@sha256:4d90f1f6c400315c2dba96d3ec93c01e64198395cbba04f79d12adce4f737029
|
||||||
with:
|
with:
|
||||||
image: ${{ env.GHCR_TEST_IMAGE }}
|
entrypoint: docker
|
||||||
|
args: pull ${{ env.GHCR_TEST_IMAGE }}
|
||||||
-
|
-
|
||||||
name: Pull test image
|
name: Pull test image
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -35,12 +35,12 @@ jobs:
|
|||||||
node-version: ${{ env.NODE_VERSION }}
|
node-version: ${{ env.NODE_VERSION }}
|
||||||
-
|
-
|
||||||
name: Initialize CodeQL
|
name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
|
uses: github/codeql-action/init@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
|
||||||
with:
|
with:
|
||||||
languages: javascript-typescript
|
languages: javascript-typescript
|
||||||
build-mode: none
|
build-mode: none
|
||||||
-
|
-
|
||||||
name: Perform CodeQL Analysis
|
name: Perform CodeQL Analysis
|
||||||
uses: github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
|
uses: github/codeql-action/analyze@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
|
||||||
with:
|
with:
|
||||||
category: "/language:javascript-typescript"
|
category: "/language:javascript-typescript"
|
||||||
|
|||||||
Reference in New Issue
Block a user