From 4868e87170a6906db086cd64c2b99edef2fb0089 Mon Sep 17 00:00:00 2001 From: Jackson Delahunt Date: Fri, 4 Sep 2020 16:43:22 +1000 Subject: [PATCH] no-creds --- .github/workflows/build-and-publish.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 5ca92e3..f587c44 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -15,5 +15,3 @@ jobs: registry: ghcr.io/${{ github.actor }} repository: desktop-environment tag_with_ref: true - username: ${{ secrets.DOCKER_USERNAME }} - password: ${{ secrets.DOCKER_PASSWORD }}