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
|
- /buildkit-certs:/buildkit-certs
|
||||||
steps:
|
steps:
|
||||||
- name: ⏬ Checkout code repository
|
- name: ⏬ Checkout code repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4.1.7
|
||||||
|
|
||||||
- name: 📌 Extract metadata (tags, labels) for Docker
|
- name: 📌 Extract metadata (tags, labels) for Docker
|
||||||
id: meta
|
id: meta
|
||||||
|
|
|
@ -30,7 +30,7 @@ jobs:
|
||||||
image: devthefuture/act-runner:latest
|
image: devthefuture/act-runner:latest
|
||||||
steps:
|
steps:
|
||||||
- name: 🎡 Check out the Helm chart repository
|
- name: 🎡 Check out the Helm chart repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4.1.7
|
||||||
with:
|
with:
|
||||||
repository: "${{ github.repository_owner }}/appsets"
|
repository: "${{ github.repository_owner }}/appsets"
|
||||||
token: ${{ secrets.M8A_ORG_BOT_REPO_TOKEN }}
|
token: ${{ secrets.M8A_ORG_BOT_REPO_TOKEN }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue