From a83035bd428ba31cf82a27df2a8a298a02aac57f Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Fri, 4 Oct 2024 17:42:06 +0100 Subject: [PATCH] Try now --- .github/workflows/release.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fe97d0f7..536e2a6f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -29,6 +29,12 @@ jobs: - name: Checkout uses: actions/checkout@v3 + - name: Log in to Docker Hub + uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a + with: + username: ${{ secrets.DOCKER_USERNAME }} + password: ${{ secrets.DOCKER_SECRET }} + - name: Install build dependencies run: pip3 install jsonnet @@ -53,12 +59,6 @@ jobs: # prerelease: true # skipIfReleaseExists: true - - name: Log in to Docker Hub - uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a - with: - username: ${{ secrets.DOCKER_USERNAME }} - password: ${{ secrets.DOCKER_SECRET }} - - name: Build container run: make container