Skip to content

Commit

Permalink
fix: include checkout step for package laytto injector helm chart (#1006
Browse files Browse the repository at this point in the history
)
  • Loading branch information
xiaoxiang10086 authored Oct 23, 2023
1 parent 7a28efe commit 48ec2bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/layotto-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,8 @@ jobs:
if: github.ref_name == 'main'
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Login to DockerHub
uses: docker/login-action@v1
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/layotto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,8 @@ jobs:
name: "Layotto Injector Helm Chart"
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Login to DockerHub
uses: docker/login-action@v1
with:
Expand Down

0 comments on commit 48ec2bc

Please sign in to comment.