diff --git a/.github/workflows/push-docker-image.yml b/.github/workflows/push-docker-image.yml index b11787b..647d449 100644 --- a/.github/workflows/push-docker-image.yml +++ b/.github/workflows/push-docker-image.yml @@ -6,7 +6,6 @@ on: jobs: build: - runs-on: ubuntu-latest steps: @@ -14,7 +13,7 @@ jobs: uses: actions/checkout@v4 - name: Build the Docker image - run: docker build -t barthez-react-app . + run: docker build -t 01barthez/barthez-react-app . - name: Connect to docker registry run: echo ${{ secrets.DOCKER_PASSWORD }} | docker login -u 01barthez --password-stdin