fixing dockerhub repository name

This commit is contained in:
IvayloRashkov 2025-02-17 17:11:50 +02:00 committed by GitHub
parent 9285caa6a8
commit 94912de6f3
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 - name: Log in to Docker Hub Container Registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
username: ${{ vars.DOCKERHUB_USERNAME }} # Ensure your Docker Hub username is stored as a secret username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }} # Ensure your Docker Hub token is stored as a secret password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push Docker image to Docker Hub Registry - name: Build and push Docker image to Docker Hub Registry
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
context: . context: .
push: true push: true
tags: user/app:latest # Replace 'user/app' with your Docker Hub repository name tags: ivaylorashkov/go-ethereum:latest