Update docker-image.yml

changed secrete to vars for DOCKER_USERNAME
This commit is contained in:
Steve Dogiakos 2025-04-02 19:36:36 -06:00 committed by GitHub
parent e0a0c397cc
commit de6938d278
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ jobs:
if: github.event_name == 'push'
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
username: ${{ vars.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build the Docker image
id: build-image