From 94e855a5cf4d3b9edd2444c824c8ec73e9899b9a Mon Sep 17 00:00:00 2001 From: Christian Schilling Date: Fri, 15 Apr 2022 13:58:16 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c3faaa9c3..7b6904c69 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: - name: Login to DockerHub uses: docker/login-action@v1 with: - username: ${{ initcrash }} + username: initcrash password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build docker image uses: docker/build-push-action@v2