mirror of
https://github.com/docker/login-action.git
synced 2026-08-26 17:46:35 +03:30
ci: replace registry container action reference
Use a local Docker container action so the runner still exercises its container-action mounts and environment without a docker:// workflow reference. Signed-off-by: Quentin Laplanche <quentin.laplanche@docker.com> Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
co-authored by
Codex
Unverified
parent
af63523ba5
commit
5d1ee94869
@@ -0,0 +1,15 @@
|
||||
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 }}
|
||||
Reference in New Issue
Block a user