No need to login to docker hub for orbit

This commit is contained in:
Tomas Touceda 2021-08-04 15:48:51 -03:00
parent 9b9407a16d
commit 4fe6b2c67d

View file

@ -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: