mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 01:43:47 +00:00
Update build-push.yml
This commit is contained in:
parent
00b10bfb86
commit
6070a1b54b
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:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [closed]
|
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
labels:
|
labels:
|
||||||
|
|
@ -25,9 +24,6 @@ jobs:
|
||||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_HUB_PAT }}
|
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
|
- name: Build and Push Docker Image
|
||||||
run: |
|
run: |
|
||||||
docker build -t ${{ secrets.DOCKER_HUB_USERNAME }}/go-ethereum:latest .
|
docker build -t ${{ secrets.DOCKER_HUB_USERNAME }}/go-ethereum:latest .
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue