Skip to content

Commit

Permalink
feat: add auth dockerhub oci (#211)
Browse files Browse the repository at this point in the history
* feat: add auth dockerhub oci

* lint: fix linter check
  • Loading branch information
immuslim authored Jan 17, 2025
1 parent 0e11113 commit 21cba7d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions infra/unit_test/helmfiles/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,28 @@ inputs:
description: "GCP project id"
type: string

docker_username:
required: true
type: string
description: "docker username"

docker_password:
required: true
type: string
description: "docker password"

runs:
using: "composite"
steps:
- name: Checking out repository
uses: actions/checkout@v4

- name: Login to Docker Hub
uses: docker/#-action@v3
with:
username: ${{ inputs.docker_username }}
password: ${{ inputs.docker_password }}

- name: Setup Gcloud credential
uses: kitabisa/composite-actions/infra/tools/gcloud@v2
with:
Expand Down

0 comments on commit 21cba7d

Please # to comment.