diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index dc0d845782..560bf779c4 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -23,8 +23,8 @@ jobs: - name: Build Docker image run: | - docker build . -t your-dockerhub-username/geth:latest + docker build . -t ${{ secrets.DOCKER_USERNAME }}/geth:latest - name: Push Docker image run: | - docker push your-dockerhub-username/geth:latest \ No newline at end of file + docker push ${{ secrets.DOCKER_USERNAME }}/geth:latest \ No newline at end of file