Browse Source

persist-credentials: false

pull/6287/head
neil 1 month ago
parent
commit
40b6db6a27
  1. 2
      .github/workflows/dockerhub.yml

2
.github/workflows/dockerhub.yml

@ -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…
Cancel
Save