diff --git a/.github/workflows/buildBinary.yaml b/.github/workflows/build.yaml similarity index 93% rename from .github/workflows/buildBinary.yaml rename to .github/workflows/build.yaml index ec2afd0..aca98bc 100644 --- a/.github/workflows/buildBinary.yaml +++ b/.github/workflows/build.yaml @@ -42,7 +42,7 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - uses: docker/build-push-action@v5 - name: Daily build + name: Build container image with: context: . push: true