GithubHelp home page GithubHelp logo

Comments (12)

gudleik avatar gudleik commented on May 21, 2024 2

I tried building and pushing without using this package, and experienced same errors.
When I changed from using short prefixed sha (sha-abcdefg) to full sha as image tags, the problem disappeared.

Maybe you can make tagging a little more customizable, like

# use full sha
uses: docker/build-push-action@v1
with:
  tag: ${{GITHUB_SHA}}

# prefixed short sha like today
uses: docker/build-push-action@v1
with:
  tag: sha-${{GITHUB_SHA::7}}

from build-push-action.

crazy-max avatar crazy-max commented on May 21, 2024 1

@bhordupur #148 (comment)

from build-push-action.

prise6 avatar prise6 commented on May 21, 2024

Any news on this ?
Got same issue. I wonder if this linked to limited free space for public projet ?

from build-push-action.

leoschweizer avatar leoschweizer commented on May 21, 2024

Seeing this error as well all of a sudden - but I'm not using sha tags at all, it is just the latest tag which it has always been 🤔

from build-push-action.

derTobsch avatar derTobsch commented on May 21, 2024

@leoschweizer same here. We also use the latest tag see https://github.com/synyx/urlaubsverwaltung/runs/679001614#step:6:26

from build-push-action.

RichiCoder1 avatar RichiCoder1 commented on May 21, 2024

ditto. Seeing this pretty consistently.

from build-push-action.

wujood avatar wujood commented on May 21, 2024

I have the same issue, but it seems that if you retry it a couple of times it sometimes works. This seems to be a general issue?

from build-push-action.

crazy-max avatar crazy-max commented on May 21, 2024

Version 2 has been merged to the main branch and is therefore available via uses: docker/build-push-action@v2 (mutable tag).

As a reminder, this new version changes drastically and works with 3 new actions (login, setup-buildx and setup-qemu) that we have created. Many usage examples have been added to handle most use cases.

Can you try with it? Btw I don't think this is related to this action but an issue with the GitHub Package Registry itself. You can get support about GitHub Packages here. Thanks.

from build-push-action.

bhordupur avatar bhordupur commented on May 21, 2024

I have the same issue, but it seems that if you retry it a couple of times it sometimes works. This seems to be a general issue?

We have got the same issue last from yesterday as well. After trying 2/3 times it works. And sometimes even on the first try, it works.

from build-push-action.

bhordupur avatar bhordupur commented on May 21, 2024

Some time ago, we have got this fixed. It was the issue from the Azure side though.

from build-push-action.

lupusllc avatar lupusllc commented on May 21, 2024

@bhordupur we've been having this happen intermittently for quite some time to Azure Container Registries, what was the issue they/you found on the Azure side?

from build-push-action.

bhordupur avatar bhordupur commented on May 21, 2024

We have had geo-replication enabled for the ACR registry. We needed to disable the routing to the edge location which seemed to fix the issue. After a week if I remember correctly we enabled it. The issue is also documented on the Azure side. Here is the link.

Before that, we tried to delete the tag from the remote ACR and pushed the same image and it was more of luck. In some pushes, it worked without issues and others did not. @lupusllc

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.