Keep failing at docker push
anatolygreen opened this issue · 2 comments
What I have:
- name: Slack Notification
uses: rtCamp/action-slack-notify@v2
env:
SLACK_CHANNEL: XXXX
SLACK_COLOR: ${{ job.status }}
SLACK_ICON: https://github.com/rtCamp.png?size=48
SLACK_MESSAGE: 'MSG'
SLACK_TITLE: 'title'
SLACK_USERNAME: github-actions
MSG_MINIMAL: actions url
SLACK_WEBHOOK: ${{ secrets.SLACK_URL }}
Expected: build and send Slack push
Got:
Warning: Docker pull failed with exit code 1, back off 5.74 seconds before retry.
/usr/bin/docker pull ghcr.io/rtcamp/action-slack-notify:v2.2.0
Error response from daemon: received unexpected HTTP status: 503 Service Unavailable
I am facing the same issue. All of our builds started failing.
GitHub packages is down. Please refer: https://www.githubstatus.com/incidents/vlbr8z458fq0
Due to this, the docker image of action ghcr.io/rtcamp/action-slack-notify:v2.2.0
is failing and exiting in pull.
Once the above GitHub incident is resolved, it will start functioning normally.