Giter VIP home page Giter VIP logo

Comments (3)

crazy-max avatar crazy-max commented on June 12, 2024

Do you have a link to a repository with minimal repro? That would help to understand. Also post the debug logs. Thanks.

from build-push-action.

dmatviichuk avatar dmatviichuk commented on June 12, 2024

11_Build and push.txt
debug logs were attached. We can see that cache was pulled from GHA importing cache manifest from gha:15082751284183973667 but next stages didn't use it.

Rerun same pipeline, cache works:
#5 [ 1/13] FROM docker.io/library/python:3.10-slim@sha256:4bd9a0e5da619b155a214342bb4fdc774a947fec9061016a123fa4073431c9cb
#5 resolve docker.io/library/python:3.10-slim@sha256:4bd9a0e5da619b155a214342bb4fdc774a947fec9061016a123fa4073431c9cb 0.0s done
#5 DONE 0.0s

#6 importing cache manifest from gha:13113280659452058020
#6 DONE 0.8s

#4 [internal] load build context
#4 transferring context: 27.35MB 1.3s done
#4 DONE 1.3s

#7 [ 4/13] COPY pip.conf /root/.pip/pip.conf
#7 CACHED

#8 [ 7/13] RUN pip install --no-cache-dir --upgrade pip --src /usr/local/src && pip install --force-reinstall --no-cache-dir -r /tmp/requirements/requirements.development-github.txt --src /usr/local/src
#8 CACHED

#9 [11/13] RUN chmod +x /app/start_charting_process_ddtrace.sh
#9 CACHED

#10 [12/13] COPY docker/entrypoint.sh /usr/local/bin/entrypoint.sh
#10 CACHED

#11 [ 2/13] RUN apt-get update -y && apt-get install -y libpq-dev gcc build-essential git poppler-utils logrotate jq && apt-get autoclean -y
#11 CACHED

from build-push-action.

crazy-max avatar crazy-max commented on June 12, 2024

Also post the debug logs. Thanks.

from build-push-action.

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.