Correct docker-build variables

This commit is contained in:
2026-03-12 12:05:23 -06:00
parent e252ddb952
commit 5522029c5e
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ on:
workflow_dispatch:
env:
IMAGE_NAME: ${{ secrets.DOCKERHUB_USERNAME }}/ezcheck
IMAGE_NAME: ${{ secrets.DOCKERHUB_USERNAME }}/check-printing
jobs:
build-push: