From 67fc4acaf1ed2a3c95c411ceb095107dda85f471 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 3 Mar 2023 12:07:34 -0500 Subject: [PATCH] Publish with old tests and no vulcanize publish (#326) * publish step using broken tests switched * rebase inserted old vulcanize publish steps --- .github/workflows/publish.yaml | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 481f75ef4..c5eef5809 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -12,21 +12,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Run docker build - run: docker build -t vulcanize/go-ethereum -f Dockerfile . - - name: Get the version - id: vars - run: echo ::set-output name=sha::$(echo ${GITHUB_SHA:0:7}) - - name: Tag docker image - run: docker tag vulcanize/go-ethereum docker.pkg.github.com/vulcanize/go-ethereum/go-ethereum:${{steps.vars.outputs.sha}} - - name: Docker Login - run: echo ${{ secrets.GITHUB_TOKEN }} | docker login https://docker.pkg.github.com -u vulcanize --password-stdin - - name: Docker Push - run: docker push docker.pkg.github.com/vulcanize/go-ethereum/go-ethereum:${{steps.vars.outputs.sha}} - push_to_registries: - name: Publish assets to Release - runs-on: ubuntu-latest - needs: build - steps: + run: docker build -t cerc-io/go-ethereum -f Dockerfile . - name: Get the version id: vars run: | @@ -48,3 +34,4 @@ jobs: uses: enflo/curl-action@master with: curl: --user cerccicd:${{ secrets.GITEA_TOKEN }} --upload-file geth-linux-amd64 https://git.vdb.to/api/packages/cerc-io/generic/go-ethereum/${{steps.vars.outputs.tag}}/geth-linux-amd64 + \ No newline at end of file