diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 67aba82..639f082 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,11 +59,12 @@ jobs: uses: docker/login-action@v2 if: "steps.tag.outputs.value != ''" with: - username: ${{secrets.DOCKER_USERNAME}} - password: ${{ secrets.DOCKER_AUTH_TOKEN }} + username: ${{secrets.DOCKERHUB_USERNAME}} + password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push uses: docker/build-push-action@v5 + if: "steps.tag.outputs.value != ''" with: push: true tags: jplanckeel/scope:${{steps.version_tag.outputs.tag}}