Git Product home page Git Product logo

Comments (3)

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

Looks legit to me: https://github.com/ngocdd/fe_vntrading/actions/runs/8874522504/job/24362128151#step:6:119

image

Looking at your repo https://github.com/ngocdd/fe_vntrading, you don't have any Dockerfile in root dir.

from build-push-action.

ngocdd avatar ngocdd commented on June 10, 2024

I have the Dockerfile in the root dir of the project, but now I using the command line to build and push instead of using this git action.
like this:

jobs:
  docker-build:
    runs-on: [self-hosted]
    steps:
      - name: Checkout
        uses: actions/checkout@v4

      - name: docker build
        run: |
          docker buildx build -t somename:latest -f .dockerfile .

      - name: push image to docker hub
        run: |
          echo ${{secrets.DOCKERHUB_TOKEN}} | docker login -u ${{secrets.DOCKERHUB_USERNAME}} --password-stdin
          docker push docker.io/somename:latest

So I will close this topic here. Thanks team!

from build-push-action.

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

I have the Dockerfile in the root dir of the project,

Well was not there last time I checked https://github.com/ngocdd/fe_vntrading and based on commit sha provided in your logs but now repo not found 🙈

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.