fix: cicd
This commit is contained in:
parent
383cef7e60
commit
e9601a51be
2 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ jobs:
|
|||
- /buildkit-certs:/buildkit-certs
|
||||
steps:
|
||||
- name: ⏬ Checkout code repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v4.1.7
|
||||
|
||||
- name: 📌 Extract metadata (tags, labels) for Docker
|
||||
id: meta
|
||||
|
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
image: devthefuture/act-runner:latest
|
||||
steps:
|
||||
- name: 🎡 Check out the Helm chart repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v4.1.7
|
||||
with:
|
||||
repository: "${{ github.repository_owner }}/appsets"
|
||||
token: ${{ secrets.M8A_ORG_BOT_REPO_TOKEN }}
|
||||
|
|
Loading…
Add table
Reference in a new issue