Merge branch 'initialtest' of https://github.com/nikolaivanovj/go-ethereum into initialtest

This commit is contained in:
Nikola 2025-01-05 20:48:22 +00:00
commit 18b6cbbc53

View file

@ -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 .