Update .github/workflows/build.yml
All checks were successful
Build and Push Docker Image / build (push) Successful in 47s

This commit is contained in:
Eric X. Liu 2024-06-15 15:51:37 +00:00
parent dff19b33a0
commit 836332cb75

View File

@ -11,6 +11,7 @@ jobs:
env: env:
IMAGE_NAME: ${{ github.repository_owner }}/${{ github.event.repository.name }} IMAGE_NAME: ${{ github.repository_owner }}/${{ github.event.repository.name }}
DOCKER_HOST: tcp://docker.local:2375
steps: steps:
- name: Checkout repository - name: Checkout repository