Skip to content

Commit

Permalink
🚀feat: use docker oci registry
Browse files Browse the repository at this point in the history
  • Loading branch information
maxisam committed Oct 8, 2023
1 parent fad50b4 commit 79b2985
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ jobs:
with:
fetch-depth: 0

- name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Read Yaml
id: yaml
run: |
Expand Down

0 comments on commit 79b2985

Please sign in to comment.