Compare commits

..

No commits in common. "main" and "v0.5.0" have entirely different histories.
main ... v0.5.0

2 changed files with 2 additions and 2 deletions

View file

@ -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.1.7 uses: actions/checkout@v4
- name: 📌 Extract metadata (tags, labels) for Docker - name: 📌 Extract metadata (tags, labels) for Docker
id: meta id: meta

View file

@ -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.1.7 uses: actions/checkout@v4
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 }}