Skip to content

Crypto is Not Defined Error #368

Description

@danielcrabtree

Contributing guidelines

I've found a bug, and:

  • The documentation does not mention anything about my problem
  • There are no open or closed issues that are related to my problem

Description

v3.7.0 gives ::error::crypto is not defined, rolling back to v3.6.1 resolves the issue.

Expected behaviour

v3.7.0 works without any errors.

Actual behaviour

v3.7.0 gives ::error::crypto is not defined.

Repository URL

No response

Workflow run URL

No response

YAML workflow

name: "Deploy Latest"

on:
  push:
    branches: ["develop"]

jobs:
  docker:
    runs-on: ubuntu-latest
    steps:     
      - name: Set up Docker Buildx
        uses: docker/setup-buildx-action@v3
        with:
          config-inline: |
            [registry."docker-registry:5000"]
              http = true
              insecure = true

Workflow logs

No response

BuildKit logs

No response

Additional info

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions