Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

404 Not Found - Error #43

Open
Sharrnah opened this issue Sep 16, 2024 · 0 comments
Open

404 Not Found - Error #43

Sharrnah opened this issue Sep 16, 2024 · 0 comments

Comments

@Sharrnah
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant