From bc39e5bdba5be7f74c99838ae6a7f119da5dac8d Mon Sep 17 00:00:00 2001 From: Nanne Baars Date: Sat, 27 Mar 2021 14:08:41 +0100 Subject: [PATCH] WIP --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5b3952a6f..8334e0b29 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,9 +30,9 @@ jobs: steps: - name: "Login to DockerHub" uses: docker/login-action@v1 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} + with: + username: ${{ secrets.DOCKERHUB_USERNAME }} + password: ${{ secrets.DOCKERHUB_TOKEN }} - name: "Build and push" uses: docker/build-push-action@v2 with: