mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-09-05 06:39:06 +02:00
persist-credentials: false
This commit is contained in:
parent
9ba662a53e
commit
40b6db6a27
2
.github/workflows/dockerhub.yml
vendored
2
.github/workflows/dockerhub.yml
vendored
|
@ -44,6 +44,8 @@ jobs:
|
|||
steps:
|
||||
- name: checkout code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
persist-credentials: false
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v2
|
||||
- name: Extract Docker metadata
|
||||
|
|
Loading…
Reference in a new issue