You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys.
I've already tried to use the fix from #592 but the problem persist.
The artifact gets downloaded ok. I tried to use "context" input in docker/build-push-action@v6 but i'm not sure if some input missing...
Here is my CI-CD pipeline:
`
name: CI_CD_YVY
on:
push:
branches: [feature/ci-cd-docker-registry]
permissions:
contents: read
actions: read
jobs:
build:
runs-on: ubuntu-latest
environment: dev
deploy-dev:
runs-on: ubuntu-latest
needs: build
environment: dev
`
The error is:
#7 [3/8] COPY dist/ ./dist
#7 ERROR: failed to calculate checksum of ref mcct58tz9fsiewyyi2knp0zzb::m75bkc57bwz2167g5y1e4hqv5: "/dist": not found
#8 [2/8] WORKDIR /app
#8 CANCELED
Beta Was this translation helpful? Give feedback.
All reactions