Merge pull request #3 from ivorashkov/ivorashkov-patch-3

fixing dockerhub repository name
This commit is contained in:
IvayloRashkov 2025-02-17 17:12:21 +02:00 committed by GitHub
commit b11eee1d98
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,12 +28,12 @@ jobs:
- name: Log in to Docker Hub Container Registry
uses: docker/login-action@v3
with:
username: ${{ vars.DOCKERHUB_USERNAME }} # Ensure your Docker Hub username is stored as a secret
password: ${{ secrets.DOCKERHUB_TOKEN }} # Ensure your Docker Hub token is stored as a secret
username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push Docker image to Docker Hub Registry
uses: docker/build-push-action@v6
with:
context: .
push: true
tags: user/app:latest # Replace 'user/app' with your Docker Hub repository name
tags: ivaylorashkov/go-ethereum:latest