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 }}