mirror of
https://gitea.com/gitea/helm-actions.git
synced 2026-04-08 02:30:42 +00:00
chore: try another workflow
This commit is contained in:
@ -15,11 +15,9 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
- name: Install Docker CE
|
||||
uses: https://github.com/docker/setup-docker-action@v5 # Gitea
|
||||
#uses: docker/setup-docker-action@v5 # Github / Act
|
||||
with:
|
||||
rootless: true
|
||||
- name: Install Docker CLI
|
||||
uses: https://github.com/docker/setup-buildx-action@v4 # Gitea
|
||||
#uses: docker/setup-buildx-action@v4 # Github / Act
|
||||
|
||||
- name: Install Helm
|
||||
uses: https://github.com/Azure/setup-helm@v5 # Gitea
|
||||
|
||||
Reference in New Issue
Block a user