Coder Social home page Coder Social logo

Comments (7)

pchang388 avatar pchang388 commented on July 16, 2024

Hey thanks for the image, I actually do something similar with another project I wrote. You can use a github action for this

- name: Update Dockerhub Documentation
    uses: peter-evans/dockerhub-description@v3
    if: ${{ (fromJSON(inputs.latest) == true) && (github.event_name != 'pull_request') }}
    with:
      username: ${{ inputs.dockerhub_username }}
      password: ${{ inputs.dockerhub_token }}
      repository: ${{ github.repository }}

I can also open a PR when I get some time but username/password come from my inputs which are environment secrets in the repo settings. Hope this helps!

from docker-palworld-dedicated-server.

jammsen avatar jammsen commented on July 16, 2024

Hello @pchang388 i think thats enough for a rough idea and research this further, thank you very much.

from docker-palworld-dedicated-server.

jammsen avatar jammsen commented on July 16, 2024

I solved this by this commit: 66866fc

But now i get an error from the plugin and the API
image

Manually copy-pasting the 35 Kilobyte works just fine 🤷

from docker-palworld-dedicated-server.

jammsen avatar jammsen commented on July 16, 2024

Now the read is reduced but im still getting and error:
peter-evans/dockerhub-description#248

from docker-palworld-dedicated-server.

mattholy avatar mattholy commented on July 16, 2024

Does this help?
https://docs.docker.com/build/ci/github-actions/update-dockerhub-desc/

from docker-palworld-dedicated-server.

jammsen avatar jammsen commented on July 16, 2024

Does this help? https://docs.docker.com/build/ci/github-actions/update-dockerhub-desc/

Did already fix it, Peter helped out, but yeah that would have helped.
I did assign his repo instead of mine, didnt understand the readme correctly.
Its already fixed, still thanks for the help @mattholy

from docker-palworld-dedicated-server.

jammsen avatar jammsen commented on July 16, 2024

Feature was implemented see: https://github.com/jammsen/docker-palworld-dedicated-server/blob/develop/.github/workflows/docker-build-and-push-prod.yml#L61

Closing this.

from docker-palworld-dedicated-server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.