Skip to content

404 Not Found - Error #43

Description

@Sharrnah

I am using this plugin for some time now. I changed from gitea to forgejo but i don't believe this is the reason because Forgejo should be backwards compatible.

When trying to use the Plugin i am always getting the error
time="2024-09-16T16:05:01Z" level=fatal msg="404 Not Found"

Its not a really helpful error message, But my current guess is that for some reason, it can't find the Docker image, because using other Docker images from docker hub work without issues.

---
kind: pipeline
type: kubernetes
name: build

steps:
# ...

  - name: git-release-linux
    image: plugins/gitea-release
    settings:
      api_key:
        from_secret: docker_password
      base_url: ${DRONE_REPO_LINK}
      files:
        - '/drone/src/Release.tar.xz'
    when:
      event:
        - tag
    depends_on:
      - build-linux

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions