mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
No need to login to docker hub for orbit
This commit is contained in:
parent
9b9407a16d
commit
4fe6b2c67d
1 changed files with 0 additions and 6 deletions
6
.github/workflows/goreleaser-orbit.yaml
vendored
6
.github/workflows/goreleaser-orbit.yaml
vendored
|
|
@ -18,12 +18,6 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0 # Needed for goreleaser
|
||||
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 # v1.10.0
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }}
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue