GithubHelp home page GithubHelp logo

Comments (4)

TorStava avatar TorStava commented on August 17, 2024 1

Until this is fixed, this workaround allowed me to complete the action:

Replace - uses: docker://ghcr.io/kciter/aws-ecr-action:latest with - uses: kciter/aws-ecr-action@v3

from aws-ecr-action.

just-jeb avatar just-jeb commented on August 17, 2024

Same here, thanks for the workaround @TorStava

from aws-ecr-action.

AnkitRao17 avatar AnkitRao17 commented on August 17, 2024

Hi everyone,

I too faced the same issue and tried to use @TorStava s workaround. But further I'm facing the below issue:
unable to prepare context: unable to evaluate symlinks in Dockerfile path: lstat /github/workspace/Dockerfile: no such file or directory

Below is my .yaml file:

name: ECR Build and Push
on: [push]
jobs:
build-and-push:
runs-on: ubuntu-latest
steps:
- uses: kciter/aws-ecr-action@v3
with:
access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
account_id: ${{ secrets.AWS_ACCOUNT_ID }}
repo: demo-ankit-repo
region: eu-central-1
create_repo: true
tags: latest,${{ github.sha }}

-TIA

from aws-ecr-action.

Silentassassin22 avatar Silentassassin22 commented on August 17, 2024

Make sure Dockerfile has a capital d

from aws-ecr-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.