mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 17:33:47 +00:00
Merge branch 'initialtest' of https://github.com/nikolaivanovj/go-ethereum into initialtest
This commit is contained in:
commit
18b6cbbc53
1 changed files with 0 additions and 4 deletions
4
.github/workflows/build-push.yml
vendored
4
.github/workflows/build-push.yml
vendored
|
|
@ -2,7 +2,6 @@ name: Build and Push Docker Image
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
types: [closed]
|
||||
branches:
|
||||
- initialtest
|
||||
labels:
|
||||
|
|
@ -25,9 +24,6 @@ jobs:
|
|||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_HUB_PAT }}
|
||||
|
||||
- name: Set ENV Variable for Docker Compose
|
||||
run: echo "DOCKER_HUB_USERNAME=${{ secrets.DOCKER_HUB_USERNAME }}" >> $GITHUB_ENV
|
||||
|
||||
- name: Build and Push Docker Image
|
||||
run: |
|
||||
docker build -t ${{ secrets.DOCKER_HUB_USERNAME }}/go-ethereum:latest .
|
||||
|
|
|
|||
Loading…
Reference in a new issue